ksundberg / CS5500

Course project for CS5500 at Utah State University
GNU General Public License v2.0
2 stars 11 forks source link

Implement graphics optimizations and an idle event loop #56

Closed tefu closed 9 years ago

tefu commented 9 years ago

Closes #45.

I replaced the game loop timer with idle events, so we can access the menus.

Also, I switched the J/K keys with Shift/Space.