Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.