base2-runner.git
2013-12-01 TJbase2-runner: fix typos causing syntax errors master
2013-12-01 TJconvert to 'new style' classes and refactor
2013-12-01 TJengine: convert to 'new style' classes
2013-11-18 TJcircuits: refactor to avoid attribute name-clashes...
2013-11-16 TJCircuit module now compiles; import it
2013-11-16 TJRevise circuits module, improve models, use Exceptions...
2013-11-16 TJFix C-style pseudo-enum to work with Python 3.x, add...
2013-11-16 TJIgnore all __pycache__ directories
2013-11-16 TJAdd module circuits: models traces, components, and...
2013-11-16 TJAdd a utility library for useful functions: add C-style...
2013-11-15 TJGame.print() with no text does a line-feed
2013-11-14 TJStreamline the styled text printing code
2013-11-14 TJAdd soundtrack credits to splash screen
2013-11-14 TJAdd Splash screen, begin music earlier, and control...
2013-11-14 TJgit ignore vim editor temporary files
2013-11-14 TJDo not track the runtime __pycache__
2013-11-14 TJgit ignore engine/__pycache__
2013-11-14 TJComplete icon loading, tidy resource file-names, and...
2013-11-11 TJRefactor experimental demo into final state for develop...
2013-11-10 TJAdd GPLv3 copyright license
2013-11-10 TJTidy and fully comment code
2013-11-10 TJAdd music pause and associated keypress. Use key events...
2013-11-10 TJMove Free Music Archive link
2013-11-10 TJAdd more music tracks from Free Music Archive "CHIPMUSI...
2013-11-10 TJAdd music playlist ability
2013-11-10 TJconvert global statements into main() function
2013-11-09 TJReduce game-over fade-out to 5 seconds
2013-11-09 TJProvide background drawing for scrolling left or right
2013-11-09 EddieAdd user controlled left/right scrolling, with auto...
2013-11-09 TJMusic soundtrack fades out at end of game
2013-11-09 TJBasics of 2D side-scrolling platform game