https://github.com/marianogappa/ponganoid
A simple cli game reminiscent of Pong and Arkanoid.
https://github.com/marianogappa/ponganoid
arkanoid game pong termbox-go
Last synced: 7 months ago
JSON representation
A simple cli game reminiscent of Pong and Arkanoid.
- Host: GitHub
- URL: https://github.com/marianogappa/ponganoid
- Owner: marianogappa
- License: mit
- Created: 2018-07-22T06:51:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T07:43:50.000Z (about 7 years ago)
- Last Synced: 2025-01-17T08:29:56.509Z (9 months ago)
- Topics: arkanoid, game, pong, termbox-go
- Language: Go
- Size: 850 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ponganoid
A simple cli game reminiscent of Pong and Arkanoid.
## Installation instructions (requires Go)
```
$ go get github.com/marianogappa/ponganoid
$ cd $GOPATH/src/github.com/marianogappa/ponganoid
$ make
$ ./ponganoid
```## Game instructions
- Use arrow keys to change the white `o`'s direction
- Game ends if you reach max health (i.e. you win) or min health (i.e. you lose)
- Collecting a heart gives you a +1 health
- A collision with an enemy gives you a -1 health