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.
- Host: GitHub
- URL: https://github.com/patricktcoakley/ebitenpong
- Owner: patricktcoakley
- Created: 2024-05-05T00:23:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T02:33:29.000Z (over 1 year ago)
- Last Synced: 2024-12-20T17:17:15.674Z (10 months ago)
- Topics: ebiten, ebitengine, game, go, golang, pong
- Language: Go
- Homepage:
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ebitenpong

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.