A short, non-fighty indie side scroller game. Run with the right / left arrow keys, jump with up arrow or space. Collect coins and bring them to the end of the level, but you lose coins over time.
Currently in very preliminary state, there's one level, three or four minutes of gameplay. I've put a wasm build right here that you can play in your web browser - try it out!
Built in golang using the ebiten 2D game library. Tileset thanks to ludicarts license, sounds GameDev Market license, little running guy yoinked from the ebiten animation demo (thanks!), typeface Modak license.
With go installed, download and run the game with:
go run -tags=deploy github.com/jcgraybill/it-costs-money@latest
To build on Ubuntu, install additional packages:
apt install libgl1-mesa-dev xorg-dev libasound2-dev