dseif / ddr-js

Port of stepmania to JavaScript
12 stars 1 forks source link

Organize code #9

Closed dseif closed 6 years ago

dseif commented 7 years ago

Code is currently in a single js file (for the most part). It would be nice to move everything into smaller modules that can be loaded only as needed.

At the very least it would be nice to move all of the game logic/draw loop code into a separate "engine" folder or some shit.

dseif commented 6 years ago

ddr-9 branch fixes this. Closing and merging to master.