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-gameStep 2: Install dependencies
npm iStep 3: Run the local server
npm startMade by Pawel Uchida-Psztyc for GDG Warsaw, 2016. Updated to Typescript, 2023.