Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.27 KB

become BIRB

this is a game about a human that is also a birb.

setup

  • 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!

running locally

  • make sure you're using Node 4 in your current terminal:

    nvm use 4
  • run development:

    npm start

working with tile maps

This project uses Tiled to create and manage tile maps. Download it from the project page and open .tmx files with the GUI.

thx

Daniel Belohlavek made a great phaser+es6 boilerplate, thanks!

Blarget gave this world an excellent spritesheet.