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

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.

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?)