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

https://github.com/moverest/netpongterm

A pong game... but it works on the network to extend on multiple screens.
https://github.com/moverest/netpongterm

Last synced: 5 months ago
JSON representation

A pong game... but it works on the network to extend on multiple screens.

Awesome Lists containing this project

README

          

# NetPongTerm

NetPongTerm is a pong game that extends on multiple screen on multiple computer trough the network. You can watch a demo [here](https://youtu.be/lIkU9vaCdmQ).

## Usage

First, start the server:

```bash
netpongterm -mode=server
```

Then each clients from left to right. You can specify the server address with the `-server` parameter.

```bash
netpongterm
```

For the last client, add the `-last-client` option:

```bash
netpongterm -last-client
```

## Installation

To install this game, run:

```
go get github.com/moverest/netpongterm
go install github.com/moverest/netpongterm
```

You'll need the `go` compiler installed.