A simple like HTML5-canvas TypeScript side-scroller game.
It's a clone of the "T-Rex Chrome Dino Game" that can be played in Chrome when internet isn't available or at the address chrome://dino/.
Use ./tsc.cmd
to run typescript type checking.
Use ./parcel.cmd
to run the development server.
The project is built by now.sh using npm run build
(on a linux machine).