You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.