Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guysv/radio-tycoon
Run your own radio station!
https://github.com/guysv/radio-tycoon
global-game-jam phaser pixel-art radio tycoon-games video-game
Last synced: 4 days ago
JSON representation
Run your own radio station!
- Host: GitHub
- URL: https://github.com/guysv/radio-tycoon
- Owner: guysv
- License: mit
- Created: 2018-02-09T13:42:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T22:26:40.000Z (almost 7 years ago)
- Last Synced: 2024-12-22T18:03:19.169Z (about 2 months ago)
- Topics: global-game-jam, phaser, pixel-art, radio, tycoon-games, video-game
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Radio-Tycoon](assets/images/logo-large.png)
# Development Setup
## 1. Install NPM Packages
Run:```npm/yarn install```
## 2. Start Development Server
Run:```npm/yarn run dev```
Game development started on Global GameJam 2018
![Global GameJam!](assets/images/ggjlogo.png)
Special Thanks to lean's boilerplate project: [phaser-es6-webpack](https://github.com/lean/phaser-es6-webpack)