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

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

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
```