Skip to content

alextselegidis-games/spaceguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Spaceguard

Spaceguard

Spaceguard is a canvas game made with plain JavaScript.

GitHub GitHub release (latest by date)

About • Setup • License

screenshot

About

The original purpose of this project was to experiment with the available graphic APIs of the browsers, along with the implementation of an arcade game with simple game mechanics and animation.

Setup

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/alextselegidis/spaceguard.git

# Go into the repository
$ cd spaceguard

# Install dependencies
$ npm install

# Run the app
$ npm start

License

Code Licensed Under GPL v3.0 | Content Under CC BY 3.0


Website alextselegidis.com  ·  GitHub alextselegidis  ·  Twitter @alextselegidis

More Projects On Github