Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: quit

You can also use the mouse to control the paddle, that's way more usable right
now.