Hi,
I hope this is nesdev forum related,
but I made a NES megaman game in python and pygame (http://pygame.org)
It provides for an easy to extend codebase using inheritance of gameobjects (e.g. AI, enemies, Heatman, ...)
There's a first level with code for HeatMan and ToadMan
Here's the link : https://github.com/zork9/pygame-pyMM
You can download it with the following shell command : git clone https://github.com/zork9/pygame-pyMM.git
pygame exists for windows and linux, you can install it in ubuntu with the python-pygame package.
Here are 2 screenshots from the first level :
Now if someone pursues the impossible task of getting pygame on the snes that'd be great.
Enjoy,
bubble
I hope this is nesdev forum related,
but I made a NES megaman game in python and pygame (http://pygame.org)
It provides for an easy to extend codebase using inheritance of gameobjects (e.g. AI, enemies, Heatman, ...)
There's a first level with code for HeatMan and ToadMan
Here's the link : https://github.com/zork9/pygame-pyMM
You can download it with the following shell command : git clone https://github.com/zork9/pygame-pyMM.git
pygame exists for windows and linux, you can install it in ubuntu with the python-pygame package.
Here are 2 screenshots from the first level :
Now if someone pursues the impossible task of getting pygame on the snes that'd be great.
Enjoy,
bubble