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

https://github.com/patricktcoakley/ebitenpong

A simple Pong implementation in Go using Ebitengine.
https://github.com/patricktcoakley/ebitenpong

ebiten ebitengine game go golang pong

Last synced: 8 months ago
JSON representation

A simple Pong implementation in Go using Ebitengine.

Awesome Lists containing this project

README

          

# ebitenpong

![screenshot](screenshot.png)

A simple single-player Pong implementation in [Ebitengine](https://ebitengine.org/) to demonstrate the basic features
and simplicity of the library.
Use `W` to go up, `S` to go down, `F1` to reset, and `ESC` to quit.