Sunday, March 20, 2011

RGB Guitar - Alpha - Python released

I have rewrote the game in Python using the Tkinter module for graphics. Download the game ,extract the Tarball and run "game.py" and see how many notes you can hit in a minute.

Wednesday, March 16, 2011

RGB Guitar - Moving to Python

I finished the HTML version of the game by generating the JavaScript 'if' statements with a Python script. Unfortunately, there was too much code and the game ran slowly. I will be discontinuing writing the game in HTML with Javascript and will instead attempt to write the game in Python using Tkinter.