https://github.com/junsious/pongo
Simple ping pong game on Go
https://github.com/junsious/pongo
golang ping-pong simple
Last synced: 3 months ago
JSON representation
Simple ping pong game on Go
- Host: GitHub
- URL: https://github.com/junsious/pongo
- Owner: Junsious
- Created: 2025-03-07T14:36:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:43:19.000Z (3 months ago)
- Last Synced: 2025-03-08T06:25:20.762Z (3 months ago)
- Topics: golang, ping-pong, simple
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ping Pong на Go
A simple console ping-pong game written in Go, created as a pet project. The game demonstrates the basics of handling input, drawing, and basic game logic.## Run
```bash
git clone https://github.com/Junsious/PonGO.git
```
```
cd PonGO
```
```
go run main.go
```