This is a silly game about a bear who likes clean laundry. Help the bear gather as many clothes as possible before time runs out.
Play the game at https://blaundry.herokuapp.com/.
BLaundry is an online game that anyone can run in their browser. The game is controlled with arrows keys (left, right, up) or the space bar (for jumping).
BLaundry was built using Express and Phaser.js. Each player's highest score is stored in their browser via local HTML storage. There are 5 game states (Boot, Preload, Menu, Game, and End).
Local Development
- Fork the Repo
- Git Clone
- npm install
- npm start
- Navigate to http://localhost:3000/
Heroku Deployment
- You must have the following:
- Heroku account
- Node / npm installed locally
- Heroku Command Line Interface installed locally
- In the command line:
- heroku login
- heroku create appNameHere
- git push heroku master
I used the following resources while making BLaundry.
phaser js
http://phaser.io/
https://github.com/photonstorm/phaser
https://github.com/photonstorm/phaser-examples
Game Graphics
https://openclipart.org/
https://opengameart.org/
Other
https://v-play.net/game-resources/16-sites-featuring-free-game-graphics
https://draeton.github.io/stitches/
https://gamedevacademy.org/html5-phaser-tutorial-spacehipster-a-space-exploration-game/
https://www.w3schools.com/html/html5_webstorage.asp
https://www.codeandweb.com/texturepacker/tutorials/creating-spritesheets-for-phaser-with-texturepacker