Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shalithasuranga/ballerina-websocket-ballgame
Simple Multiplayer ball game written in ballerina and js :rocket:
https://github.com/shalithasuranga/ballerina-websocket-ballgame
ballerina game websocket-client websocket-server
Last synced: 12 days ago
JSON representation
Simple Multiplayer ball game written in ballerina and js :rocket:
- Host: GitHub
- URL: https://github.com/shalithasuranga/ballerina-websocket-ballgame
- Owner: shalithasuranga
- Created: 2018-08-12T01:55:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T02:06:17.000Z (over 6 years ago)
- Last Synced: 2024-10-16T01:21:12.596Z (29 days ago)
- Topics: ballerina, game, websocket-client, websocket-server
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ballerina-websocket-ballgame
Simple Multiplayer ball game written in ballerina and js :rocket:## Steps to play the Game
- Install ballerina
- Execute server```bash
cd server
ballerina run server.bal
```- Open `gameclient/index.html` from multiple browser windows