Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorransutter/dixit
Multiplayer game based on Dixit
https://github.com/lorransutter/dixit
dixit node typescript
Last synced: 9 days ago
JSON representation
Multiplayer game based on Dixit
- Host: GitHub
- URL: https://github.com/lorransutter/dixit
- Owner: LorranSutter
- License: gpl-3.0
- Created: 2020-08-20T19:36:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T19:54:57.000Z (over 3 years ago)
- Last Synced: 2023-03-05T23:44:18.219Z (over 1 year ago)
- Topics: dixit, node, typescript
- Language: TypeScript
- Homepage:
- Size: 953 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dixit
Multiplayer game based on Dixit
---
Under development
---
## :book: Resources
- [Factory Pattern in Typescript](https://blog.fullstacktraining.com/factory-pattern-in-typescript/)
- [Filipe Deschamps](https://www.youtube.com/watch?v=arAz2Ff8s88&t) - factory design pattern## :computer: Technologies
- [Typescript](https://www.typescriptlang.org/) - superset of JS programming language static typed
- [Express](http://expressjs.com/) - web application framework
- [TSlint](https://www.npmjs.com/package/tslint) - pluggable TS linter
- [TS node dev](https://www.npmjs.com/package/ts-node-dev) - monitor and restart server after changes
- [Jest](https://jestjs.io/) - library for tests
- [TS test](https://www.npmjs.com/package/ts-jest) - uses Jest to test Typescript code
- [Dotenv](https://www.npmjs.com/package/dotenv) - loads environment variables from a .env file
## :cookie: Credits
- [Object Id generator](https://gist.github.com/solenoid/1372386)
- [Shuffle array in JS](https://medium.com/@nitinpatel_20236/how-to-shuffle-correctly-shuffle-an-array-in-javascript-15ea3f84bfb)