Fixed a typo in the exit call.
Added help option to the menu. Updated my wine build script.
Updated .gitignore.
I wanted to learn about the pyglet library. It seems to have everything needed for making some awesome audio games. I figured what better way to learn than to do, so I wrote this small game while learning.
It's nothing very complex, just a quite simple fishing game. Use spacebar to both cast and reel in your line. Have fun, you never know what may be lurking just below the surface.
In addition to being spoken, the text is printed to the screen. It's a decently large font, so those of you with some vision should be able to read as well as hear the messages.
To run this game you will need OpenAL. On Windows, directsound should work. In addition you will need opus-tools. The game also uses a submodule called libstormgames. So, to clone the game with everything it needs, run the following:
git clone --recurse-submodules https://git.2mb.codes/~stormdragon2976/fishin_time
If you have already cloned the game, before the change to using a submodule, in the fishin_time directory, after you have pulled the latest changes, type this to get the libstormgames submodule:
git submodule init
git submodule update
If you want to contribute, please use git send-email to send a patch.