Skip to content

Dominoes game TypeScript realisation

Notifications You must be signed in to change notification settings

robvk/domino-dancing

 
 

Repository files navigation

Domino Dancing

Here is the working copy of the interactive version and the simulation.

Screenshot of Dominoes game

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.

The technical assignment for the simulation is here: Dominoes game technical assignment technical assignment

The TypeScript source code is located in src folder of this repository. TypeScript config file tsconfig.json, ESLint config file .eslintrc.json, NPM configuration 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.

About

Dominoes game TypeScript realisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.5%
  • CSS 3.8%
  • HTML 3.7%