An Ugly Robot Game 🤖
Become ratkind's greatest hero!
Launch your spaceship to the moon and eat delicious moon cheese.
This is our entry for the 2020 Github Game-off.
These are required to build the game:
yarn
(we used v.1.22.5)node
(we used v.10.19.0)
You'll want to run the game locally to be able to build new features, change the art, etc. The first time you do this, there's some extra setup involved. Follow these steps:
- clone this repo somewhere on your machine using
git clone
. - Run
yarn install
to fetch dependencies.
After that, every other time you want to run the game just type yarn dev
to
start the development server.
You may have to remove some extensions if you're running Chrome. The evernote extension is known to cause issues with Phaser's keyboard controls.
- 🧑🔧 dustout8
- 🧑🔧 krbroyl
- 🧑🔧 sixstring982
- 🧑💻 krbroyl
- 🧑💻 sixstring982
- 🧑🎨 dustout8
- 🧑🎨 krbroyl
This repo was cloned from Joseph Bustamante's Phaser3 TypeScript Starter Kit. https://github.com/josephmbustamante/phaser3-typescript-starter-kit
Thanks, Joseph!