Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 430 Bytes

Pony Run

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/.

Contributing

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).