Skip to content

vikvikvr/asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Asteroids πŸš€

Jump back to the '80 on board of a spaceship and try to survive the asteroids field!

gameplay

🌐 Website

This is a side project inspired by my passion for arcade games.

My goal was to explore Typescript more in depth while having fun!

How it works β„Ή

To control your spaceship:

πŸ” Rotate -> arrows keys
⏹ Stop -> space bar

There are different weather cycles:

πŸ™‚ Normal -> nothing out of the ordinary
πŸ₯Ά Cold -> asteroids freeze in place and don't split if destroyed
πŸ₯΅ Hot -> you are given more fire power but the asteroids become crazy! 

Run locally πŸ’»

Here are the commands to get started:

$ git clone https://github.com/vikvikvr/asteroids
$ cd asteroids/client
$ npm install
$ npm start

Remember, PRs are welcome! 🀝

Tech Stack πŸ› 

This project is Front End only.

Was built with Typescript, React and p5.js. Deployed using Netlify