Skip to content

Game created as part of a 4-day solo hackathon.

Notifications You must be signed in to change notification settings

gamma-app/HungryDog2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hungry Dog

This game was created as part of a 4-day solo hackathon project.

hungry dog copy

Instructions:

  • The objective of the game is to catch as many dog-friendly fruits and vegetables (e.g. apples, bananas, carrots, watermelon, strawberries), while avoiding fruits and vegetables that are harmful to dogs (e.g. onions, garlic, grapes, cherries).
  • The player begins with 3 lives. Not catching a dog-friendly fruit or vegetable has no effect on the number of lives, but catching a harmful fruit or vegetable reduces the number of lives by 1.
  • There are 5 levels of difficulty. Each fruit earns more points at harder levels.
  • Move the player using the arrows on the keyboard.
  • Have fun!

To Play the Game Locally:

  1. After cloning to your local machine, install the dependencies: npm install
  2. Start it up! npm run start-dev will start a server running at http://localhost:8080. Head on over there in your browser, and navigate to the 'public/' directory, which is where the Phaser application is served.

About

Game created as part of a 4-day solo hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • HTML 1.0%