This is a simple Pong game implemented using the Ebiten game library in Go.
-
Clone the repository:
git clone https://github.com/nx23/go_pong.git cd go_pong
-
Install dependencies:
go mod download
Run the game:
go run main.go
Arrow Up: Move paddle up
Arrow Down: Move paddle down
- Simple paddle and ball mechanics
- Score tracking
- High score tracking
Ebiten - A dead simple 2D game library for Go
This project is licensed under the MIT License.