Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddivad195/spaceinvadersjs
A JavaScript remake of the popular classic 'Space Invaders'. Uses HTML5 canvas for rendering and runs as a desktop application using the Electron framework.
https://github.com/ddivad195/spaceinvadersjs
Last synced: about 17 hours ago
JSON representation
A JavaScript remake of the popular classic 'Space Invaders'. Uses HTML5 canvas for rendering and runs as a desktop application using the Electron framework.
- Host: GitHub
- URL: https://github.com/ddivad195/spaceinvadersjs
- Owner: ddivad195
- Created: 2016-11-07T16:49:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T04:20:29.000Z (over 1 year ago)
- Last Synced: 2024-05-29T19:02:06.736Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.18 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space invaders
https://ddivad195.github.io/SpaceInvadersJS/
![screenshot](/screenshots/main_menu_electron.PNG)
A JavaScript remake of the popular classic 'Space Invaders'. Uses HTML5 canvas for rendering and runs as a desktop application using the Electron framework.
#Usage:
The project can be used in browser by running the `chrome.index.html` file.
![screenshot](screenshots/playing_chrome.PNG)It can also run as an electron app.
![screenshot](screenshots/playing_electron.PNG)
To run the game like this, these are the steps:
- Clone the Github Repo
- `npm i` to install project dependencies
- `gulp start` to run the app
(Requires Node.js)