plummet/README.md

700 B

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