Skip to content

ericbroberic/killer-bunnies

 
 

Repository files navigation

killer-bunnies

A game built to submit to a Game Jam. This is a top-down twin stick shooter game with survival elements. The goal is to protect your farm at all costs from the wildlife and other dangers. The theme of the Game Jam is “Time”. We incorporate time through the time it takes to get through each round of enemies. Each round will last a certain amount of time. Between each round, the player will have a short period of time where they can add upgrades. There is no end objective and the game will go on until you get overrun. The game is built using BabylonJS.

Itch.io published game site: https://ericbroberic.itch.io/attack-of-the-killer-bunnies

Dependencies

Getting Started

  1. After you clone, make sure that you are on the develop branch.
  2. At the root of the project directory, type the command npm install in the console.
  3. Next type npm run start.
  4. Open up your browser and go to the url: localhost:3700. It will hot reload with any changes made on the index.html or in the src directory.
  5. (Optional) In order to test the webpack build chain manually, type npm run build.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • Other 1.5%