Fitting Game is a simple, asynchronous, and lightweight web game without canvas.
The game is to match cards by pictures to thyself
Programing language TypeScript v. 4.0.3,
HTML preprocesor Pug v. 3.0.0,
CSS preprocesor SASS/SCSS v. 1.27.0,
Building with Parcel v. 1.12.4.
Because parcel with async function require regenerator-runtime, they must be included
Game is ready to use in dist folder or by github pages.
Only require web browser with JavaScript support
- For build
npm run build
- For serve
npm run serve
Game is simple and easy.
First click on one of carts. The cart will turn over and show you its mark.
Next click on another cart, it will turn over too and if cart mark is similar they say in reverse, else they turn over again.
Game end when all carts is reversed.