Search found 1 match

by bubble.rogue
Wed Jun 19, 2013 9:19 am
Forum: Homebrew Projects
Topic: NES megaman game written in python - open code
Replies: 5
Views: 4304

NES megaman game written in python - open code

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...