Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manveru/go-pong
Simple Pong implementation using Go-SDL
https://github.com/manveru/go-pong
Last synced: about 4 hours ago
JSON representation
Simple Pong implementation using Go-SDL
- Host: GitHub
- URL: https://github.com/manveru/go-pong
- Owner: manveru
- Created: 2012-02-25T13:13:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-25T13:22:50.000Z (almost 13 years ago)
- Last Synced: 2024-11-05T18:51:23.309Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
A simple game of Pong.
Run `pong -h` for the available options.Keyboard controls are:
* j: paddle down
* k: paddle up
* p: pause
* q: quitYou can also use the mouse to control the paddle, that's way more usable right
now.