Buglist
Title Screen
- It would be nice to disable scrolling on arrow key press
- Revert to Defaults button looks like it works (display) but it doesn’t actually work at all.
Elements
- Animation bug where apparent animation position will not change or will change very slowly if running into a barrier while holding key down. Problem doesn’t happen when moving in between rooms.
Gameplay
- Reset game instead of forcing refresh. This might be as simple as grabbing $(body).html() and storing it in a variable that gets called anytime a player dies. Still need to reset all the javascript variables though.
Backend
- I want to implement a high-score system where people can post their scores to a database. This probably means learning node.js.
- This js file is getting monstrous, should probably split into a few to clear up the organization of the code
Leave a Comment