Asteriod Field Game. Originally tried making this in python, but switched to using node and typescript.
Instruction on how to run the game:
- open up in the terminal and then type:
npm installthennpm start
The first playable version of the game - Minimum Viable Product

I set out to make a 'space invaders' like retro-game. I then came upon the idea of making a game where you would avoid asteroid fields. After some days of coding, this is the final product. I also made the music for the game.
Technologies used in this project were:
- HTML
- SASS/CSS
- TypeScript/JavaScript
- Node + Electron
You will need to have Node.js installed. You then just need to cd to the project folder in the termainl and type:
npm install (to install node_modules needed to run thw project) then
npm start (to start the program)




