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

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.

Awesome Lists containing this project

README

        

# pong-multiplayer-go

The classic pong game written in Go with multiplayer support.

PONGO

## 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.