-
Notifications
You must be signed in to change notification settings - Fork 1
Features
MaskedRetriever edited this page Dec 10, 2012
·
5 revisions
Already Implemented:
- Bitmap text display engine (needs lots of work though!)
- Image files store room and room data (including hotspots, character distance, and layers)
- Sprite sheets for characters
- Free walk with room exit handling
- "Say" command
- Character animations
- 1-verb action handling
- Raspberry Pi tested! Some performance issues but it does run!
To Do:
- ScummPyEvent class and queue
- Lots of HUD upgrades
- Inventory handling
- Objects placeable in rooms
- System commands: Run animation, add inventory item, etc.
- Expand demogame.py to illustrate general game design flow such as event-driven animations, speech
- Dialog Engine!
- Music and SFX
- Helper script: Autogenerate game.py from elements in resources directory
- Better fullscreen support (on many screens fullscreen causes all sorts of trouble)
- System for installing ScummPy as a python library
- Py2Exe support?
- Testing: Android
- Documentation!