https://github.com/cybervoid0/domino-dancing
Dominoes game TypeScript realisation
https://github.com/cybervoid0/domino-dancing
Last synced: 8 months ago
JSON representation
Dominoes game TypeScript realisation
- Host: GitHub
- URL: https://github.com/cybervoid0/domino-dancing
- Owner: cybervoid0
- Created: 2020-11-13T02:47:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T08:57:40.000Z (over 5 years ago)
- Last Synced: 2025-09-05T21:55:16.612Z (9 months ago)
- Language: TypeScript
- Size: 803 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domino Dancing
Here is the [working copy of the interactive version and the simulation](https://shenshin.github.io/domino-dancing/).

This Domino Game simulation algorithm and TypeScript implementation is designed and written by me. Yes, I decided to reinvent the wheel. It's written in vanilla TypeScript (no frameworks).
This program is inspired by a JavaScript course by [HackYourFuture, Amsterdam](https://www.hackyourfuture.net/).
The technical assignment for the simulation is here:

[technical assignment](https://github.com/HackYourFuture/post-grad-ed/blob/master/technical-assignments/w1-w2/JS-DominoGame.pdf)
The TypeScript source code is located in [src](https://github.com/shenshin/domino-dancing/tree/master/src) folder of this repository. TypeScript config file [tsconfig.json](https://github.com/shenshin/domino-dancing/blob/master/tsconfig.json), ESLint config file [.eslintrc.json](.eslintrc.json), NPM configuration [package.json](https://github.com/shenshin/domino-dancing/blob/master/package.json) as well as a couple of more config files used to create and build this game can all be found in the root of this repository. Feel free to clone it and play with the code if you want.