Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lagunovsky/flyingsquare
Multiplayer scroller game.
https://github.com/lagunovsky/flyingsquare
Last synced: 3 months ago
JSON representation
Multiplayer scroller game.
- Host: GitHub
- URL: https://github.com/lagunovsky/flyingsquare
- Owner: lagunovsky
- Archived: true
- Created: 2015-06-07T18:15:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T14:59:14.000Z (over 8 years ago)
- Last Synced: 2024-09-29T06:24:11.342Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.84 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlyingSquare
Course work in the third year of study in BSUIR.
Multiplayer arcade (scroller) game.
Created with ❤, NodeJS, Socket.io, Gulp and Phaser.Start game server
```sh
node app.js
```Start game server dev mode
```sh
gulp
```