Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smona/wellspring
A browser-based game, written in phaser by some UT students
https://github.com/smona/wellspring
game phaser phaserjs ut-students
Last synced: 6 days ago
JSON representation
A browser-based game, written in phaser by some UT students
- Host: GitHub
- URL: https://github.com/smona/wellspring
- Owner: Smona
- Created: 2017-09-24T04:52:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T12:29:14.000Z (about 2 years ago)
- Last Synced: 2024-11-30T14:13:08.412Z (2 months ago)
- Topics: game, phaser, phaserjs, ut-students
- Language: JavaScript
- Homepage: https://smona.github.io/wellspring/
- Size: 52.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wellspring
A browser-based, wrap-around platformer about overcoming challenges. You can play
the game in its current state [here](https://smona.github.io/wellspring/public/).![Wellspring screenshot](https://i.imgur.com/XtkHTdt.png)
## Setup
In order to set up the project for development:
1. Make sure you have installed [Node](https://nodejs.org/en/download/) and
[Yarn](https://yarnpkg.com/en/docs/getting-started).
2. run `yarn` to install the dependencies.
3. `yarn start` will serve the project and open it in your browser. You're
good to go!
4. `yarn build` will zip up the contents of the public folder and place them
in a "build" directory.