Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextselegidis-games/spaceguard
👾 Arcade Space Game written in vanilla JavaScript
https://github.com/alextselegidis-games/spaceguard
arcade-game demo game javascript
Last synced: 2 months ago
JSON representation
👾 Arcade Space Game written in vanilla JavaScript
- Host: GitHub
- URL: https://github.com/alextselegidis-games/spaceguard
- Owner: alextselegidis-games
- License: gpl-3.0
- Created: 2013-09-02T00:17:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T21:31:18.000Z (4 months ago)
- Last Synced: 2024-11-01T07:51:54.465Z (2 months ago)
- Topics: arcade-game, demo, game, javascript
- Language: JavaScript
- Homepage: https://alextselegidis.com/try/spaceguard
- Size: 1.33 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spaceguard
Spaceguard is a canvas game made with plain JavaScript.
alextselegidis.com/try/spaceguard
![screenshot](screenshot.png)
## 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](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/)
(which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:```bash
# 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](https://www.gnu.org/licenses/gpl-3.0.en.html) | Content Under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
---
Website [alextselegidis.com](https://alextselegidis.com)  ·Â
GitHub [alextselegidis](https://github.com/alextselegidis)  ·Â
Twitter [@alextselegidis](https://twitter.com/AlexTselegidis)###### More Projects On Github
###### ⇾ [Easy!Appointments · Open Source Appointment Scheduler](https://github.com/alextselegidis/easyappointments)
###### ⇾ [Plainpad · Self Hosted Note Taking App](https://github.com/alextselegidis/plainpad)
###### ⇾ [Integravy · Service Orchestration At Your Fingertips](https://github.com/alextselegidis/integravy)