Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/der-fruhling/pong

Multiplayer Pong in Ruby
https://github.com/der-fruhling/pong

Last synced: about 21 hours ago
JSON representation

Multiplayer Pong in Ruby

Awesome Lists containing this project

README

        

# Liam's pong recreation
## How to build & install
### Required gem install (all platforms)

```batch
gem install bundler
```

### Linux/MacOS

```shell script
sudo bundle
sudo cp -rf vendor/bundle/ruby /usr/lib/x86_64-linux-gnu/ruby/
```

### Windows

_I am not a native windows user, so feel free to make corrections,_
As administrator:

```batch
bundle
copy vendor\bundle\ruby
```