https://github.com/fritzy/spacewar.pro
https://github.com/fritzy/spacewar.pro
game html5 pixijs
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fritzy/spacewar.pro
- Owner: fritzy
- License: mit
- Created: 2017-05-15T07:33:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T02:20:37.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T20:51:30.841Z (7 months ago)
- Topics: game, html5, pixijs
- Language: JavaScript
- Size: 1.79 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SPACEWAR.PRO is a tribute game to an old SPACEWAR.EXE shareware DOS game, which in turn is a remake, going all the way back to the first graphical computer game.
## Running
Install the dependencies.
```sh
npm install
```Start the development server.
```sh
npm start
```## Building
```sh
npm run build-web
```This produces a distrubiton in dist/web/