Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/der-fruhling/pong
- Owner: der-fruhling
- Created: 2018-12-02T06:36:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T01:52:08.000Z (over 3 years ago)
- Last Synced: 2023-11-10T22:28:15.457Z (about 1 year ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```