jcgraybill / it-costs-money

Side-scroller indie game written in go - "it costs money to be alive"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it costs money to be alive

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!

screenshot

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.

Running the game locally

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

About

Side-scroller indie game written in go - "it costs money to be alive"

License:Apache License 2.0


Languages

Language:Go 100.0%