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: 3 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T22:26:40.000Z (over 8 years ago)
- Last Synced: 2025-06-11T21:13:19.281Z (about 1 year 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

# 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

Special Thanks to lean's boilerplate project: [phaser-es6-webpack](https://github.com/lean/phaser-es6-webpack)