blitzloop icon indicating copy to clipboard operation
blitzloop copied to clipboard

Code cleanup

Open yacoob opened this issue 8 years ago • 0 comments

In no particular order:

  • merge bits of play.py (like keyboard handling) to other places, to make them work in main blitzloop
  • move all code not related to the gameplay to blitzloop-tools (candidates: audiotest.py, record.py, steptool.py, timetool.py)
  • pylint all the things
  • remove dead code
  • add some comments to make blitzloop code more parseable :)

All of those tasks are tedious but will have a positive effect on the codebase.

yacoob avatar Nov 17 '16 10:11 yacoob