Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 407 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 407 Bytes

My version of the game from Codecademy's Game Development course in TypeScript.

Development

Install dependencies:

yarn install

Start the development server:

yarn start

Or You can just hit F5 if you are in VS Code, it should start the development server and open localhost:8000 on your default browser. Otherwise, do it yourself.