Zbeyer / BearPoke

Don't Poke the Bear

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BearPoke

Don't Poke the Bear


Don't Poke the Bear is a free game that is open source. Feel free to clone, copy, or fork any file in this project.

This project is built on Phaser which is also open source.

If memory serves me right Phaser was built on Pixi.js which is also open source.


Run project

yarn dev

Build project

yarn build

Outputs to dist folder. Not sure why assets aren't loading (yet).


Main Menu

Don't Poke the Bear Main Menu

The main menu allows you to start a new game, view the credits, or destroy the game process (quit).

Gameplay

Don't Poke the Bear Game Mechanics

During gameplay: animals will appear. In this version bears removes 2 hearts, fish heal 1 heart. If your heart count reaches zero the game is over.

Game Over

Don't Poke the Bear Game Over Screen

During Game Over: you can start a new game, return to the main menu, or quit (quit destroys the game process). The game over screen also displays your score, pokes, and other interesting stats.

Credits

Don't Poke the Bear Credits Screen

Several Credits have been written. Most notably:

  • Phaser game engine
  • Pixabay for proving the backgrounds
  • Draw for providing the animals

From the credit screen you can return to the main menu.


Original Swift Project

<iframe width="480" height="640" src="https://www.youtube.com/embed/iQbYw0me86c?si=wwmxJp3emWnnoLrm" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

About

Don't Poke the Bear

License:MIT License


Languages

Language:TypeScript 85.6%Language:JavaScript 13.0%Language:HTML 1.4%