Audiogame manager
Update August 2025
Audiogame Manager is going through what amounts to a pretty much complete rewrite. This is because of changes coming in wine, e.g. moving to WOW64. Once the changes are merged to the master branch, things will be different for installation and running games. It will require reinstalling all games.
If you want to stick with the older format, e.g. you have all the games you want and everything just works and you don’t want to fix what ain’t broke, Do the following:
bash
git checkout 2025
Please note that this is a tagged release. There will be no fixes or games added to the 2025 version. If you still have wine capabile of both 32 and 64 bit installations though, this may be for you.
Also, I updated the link to the wiki. Thanks Jonathan Rodriguez for finding this and letting me know it needed to be updated.
Command Line Games
If you have a command line only computer, or just like hanging out in the console, you may be interested in these command line games. To get the games, run the following:
git clone https://git.stormux.org/storm/cli-games
The games have varying dependencies. Here is a list of things you will want to have installed to play them.
- bc
- rolldice
- sox
Not all of the items in the repository are child appropriate. If you install for users under 18 years old, please go through and remove any of the directories containing games or items you feel are unsuitable. Note, for the bash-it game, you can remove sound packs individually, and create your own. Mostly this is just a playground for code, and things may not work, or be updated very often.
Tags: cli, command-line-games, gaming
Fishin' Time
Fishin' Time is a small game I wrote while learning about the python library pyglet. The source code is available on my git. For windows users who want a compiled executable, download fishin_time_windows.zip.
Tags: audio-games, fishing, pyglet
Monkey Spank
In this game use the arrow keys to react to the sounds. Press right for right, left for left, down or up for center. If you are quick enough, there is even a bonus.
Tags: monkey-spank, audio-games
Numnastics
Numnastics is a puzzle game in which you are given a scrambled list of numbers from 1 through 9. You reverse the numbers from the point selected to the end of the list. using this method, you put the numbers in order from 1 to 9.
Tags: numnastics, audiogames, puzzles