this is a game about a human that is also a birb.
-
use Node >4. If you don't have this, install nvm as to not loose control of your Node development environments in the future, and then install and use Node 4:
nvm install 4 nvm use 4
-
clone this directory into whatever folder you want to be working from:
git clone https://github.com/sunmoyed/become-birb.git cd become-birb
-
install project and dev dependencies:
npm install
-
wait for one million years; take a burrito or boba break for maximal efficiency.
-
yay you're ready to go!
-
make sure you're using Node 4 in your current terminal:
nvm use 4
-
run development:
npm start
This project uses Tiled to create and manage tile maps. Download it from the project page and open .tmx
files with the GUI.
Daniel Belohlavek made a great phaser+es6 boilerplate, thanks!
Blarget gave this world an excellent spritesheet.