Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)