Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 422 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 422 Bytes

Asteroids Game

A GDG Warsaw game example.

The asteroids game written as an exercise for game making.

Running the game

Step 1: Clone the repo

git clone [email protected]:jarrodek/asteroids-game.git
cd asteroids-game

Step 2: Install dependencies

npm i

Step 3: Run the local server

npm start

Credits

Made by Pawel Uchida-Psztyc for GDG Warsaw, 2016. Updated to Typescript, 2023.