A GDG Warsaw game example.
The asteroids game written as an exercise for game making.
Step 1: Clone the repo
git clone git@github.com:jarrodek/asteroids-game.git
cd asteroids-game
Step 2: Install dependencies
npm i
Step 3: Run the local server
npm start
Made by Pawel Uchida-Psztyc for GDG Warsaw, 2016. Updated to Typescript, 2023.