Skip to content

sunmoyed/become-birb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.