https://github.com/gandarez/pong-multiplayer-go
The classic pong game written in Go with multiplayer support.
https://github.com/gandarez/pong-multiplayer-go
Last synced: 3 months ago
JSON representation
The classic pong game written in Go with multiplayer support.
- Host: GitHub
- URL: https://github.com/gandarez/pong-multiplayer-go
- Owner: gandarez
- License: apache-2.0
- Created: 2024-08-20T18:46:31.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-09-30T13:36:44.000Z (9 months ago)
- Last Synced: 2024-10-13T01:36:09.226Z (9 months ago)
- Language: Go
- Size: 758 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pong-multiplayer-go
The classic pong game written in Go with multiplayer support.
## Available game modes
- Single player
- Two players
- Multiplayer
- Watch### Single player
- Use `Up` and `Down` to move the left paddle up and down.
### Two players
- Player 1: Use `Q` and `A` to move the left paddle up and down.
- Player 2: Use `Up` and `Down` to move the right paddle up and down.### Multiplayer
To play in multiplayer mode, you need to run the [server](https://github.com/reneepc/pongo-server/) and the game.
### Watcg
In watch mode you can see games in progress.
#### Server
```bash
make run-server
```- Player 1: Use `Up` and `Down` to move the left paddle up and down.
- Player 2: Use `Up` and `Down` to move the right paddle up and down.## How to run the game
```bash
make run
```Made with :heart: by Gandarez Labs.