All releases tagged development release


Release Notes: This is a developmental release. It is not recommended for users expecting a polished version of the game. It mainly fixes back-end issues and tweaks the word list selector UI. 'Add' and 'Remove' buttons have been added to the word list selector, using push buttons instead of a button box. The internal working of the config module has been changed, as it was messy and didn't work on Windows. It fixes an issue with JSONDecodeError by defining it if simplejson is not imported. The about window has been resized as the GPL (copyright) notice was partially hidden.


Release Notes: This release introduces multiple word list capabilities. A drag-drop word list selector is used to add plain text from a text editor or text files from a file browser. Some features are still incomplete.


Release Notes: This is a polished version of the previous release. Bug LP:495877 has finally been fixed. This was achieved by creating a shuffle effect at the beginning of a new game. Doing this was almost necessary because it seemed that there had to be a delay between starting a new game and resizing. There are some other small bugfixes, also.
A tool which splits a single WAV file into multiple wav files based on silence.
An attempt at cloning the original Pong for the Atari 2600 in pure C++ and SDL.