NESGameLib
NESGameLib is a library for creating NES and GameBoy style games, developed by me and saluk. It features:- Automatic screen scaling support
- Synced keyboard/gamepad support
- A font module with authentic NES and GameBoy fonts
- Dialog boxes for displaying dialog
- Menus
- A camera module
- A gameobject module for easily adding and removing objects from groups
- A geometry module with polygon collisions and response, using the Separating Axis Theorem
- A resource loading module, for quickly loading and caching images, sounds, and music
GoogleCode Project Page
Download (236 kb)
Screenshot
(log in to comment)
bencoder on 2009/03/18 21:52:
This looks great! Nice job. I'll use it if I need/decide to do a NES/GB style game :)