A little game for your terminal
Go to file
sloumdrone 795dee588c Fixing minor timing error 2019-10-20 20:33:13 -07:00
.gitignore Removed binary and added gitignore 2019-10-20 14:48:49 -07:00
LICENSE Updated visual look... slows things down a bit 2019-10-20 14:39:40 -07:00
README.md Updated visual look... slows things down a bit 2019-10-20 14:39:40 -07:00
main.go Fixing minor timing error 2019-10-20 20:33:13 -07:00

README.md

Plummet

Plummet is a simple game where the player is falling through an endless procedurally generated chasm. The object of the game is to not hit anything for as long as possible. At the end a player will be given a score based on how many feet they traveled.

Installing

To install Plummet you will need to have a Go compiler installed. I believe that any version of Go 1.10+ should work fine.

Run (the second command assumes that Go installs to a place on your path):

go install
plummet

Playing the game

The rules are simple, fall and do not touch a wall. The game currently uses vi style movement keys: h for left and l for right.

License

GPLv3, see LICENSE file