https://github.com/wichopy/hanabi-typescript
Implementation of the board game Hanabi using Typescipt. This is mostly for educational purposes to practice OOD and deploying a real time card game with multiple sessions.
https://github.com/wichopy/hanabi-typescript
Last synced: 10 months ago
JSON representation
Implementation of the board game Hanabi using Typescipt. This is mostly for educational purposes to practice OOD and deploying a real time card game with multiple sessions.
- Host: GitHub
- URL: https://github.com/wichopy/hanabi-typescript
- Owner: wichopy
- Created: 2020-09-13T16:34:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T03:09:37.000Z (over 5 years ago)
- Last Synced: 2025-03-15T11:23:02.031Z (over 1 year ago)
- Language: TypeScript
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hanabi
Implementation of the board game [Hanabi](https://en.wikipedia.org/wiki/Hanabi_(card_game)) using Typescript
## Setup
```
git clone [this repo]
cd [this repo]
npm i
```
## Testing
To run tests and watch for file changes:
`npm run test:watch`
## TODO
1. Complete all outlined tests
2. Add web application layer with real time connections, game sessions and authentication.
3. Make the client (web app, fb messenger app? chromecast app?)