https://github.com/limzykenneth/superbug-board-game
Superbug board game built with Socket.io
https://github.com/limzykenneth/superbug-board-game
Last synced: over 1 year ago
JSON representation
Superbug board game built with Socket.io
- Host: GitHub
- URL: https://github.com/limzykenneth/superbug-board-game
- Owner: limzykenneth
- License: bsd-2-clause
- Created: 2018-10-27T22:09:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T22:27:15.000Z (over 7 years ago)
- Last Synced: 2025-01-24T22:29:19.824Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Superbugs
A board game based on Othello/Reversi designed to communicate the issue of antibiotics resistant bacteria, ie. superbug to an audience of educated young adults.
Built on top of Express and Socket.io
## Setup
```
npm install
```
Then
```
npm start
```
The host/board endpoint should be at http://localhost:3000 and the client endpoint at http://localhost:3000/client