Skip to content

Zaederx/asteroid_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteroid Field Game

Asteriod Field Game

Instruction on how to run the game:

  • open up in the terminal and then type: npm install then npm start

Tables of Contents

Videos

Current version of the Game

Game Video Youtube

Game MVP

The first playable version of the game - Minimum Viable Product Game Video

Background

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.

Images

image

IMG_2110 IMG_2111 IMG_2112

Technologies

Technologies used in this project were:

  • HTML
  • SASS/CSS
  • TypeScript/JavaScript
  • Node + Electron

Running the project

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)