ptrkc / banana-game

Collect fruits, avoid bombs! You can play with the arrow keys or a touch screen. Did I tell you bananas double your score?! Play it now: https://ptrkc.github.io/banana-game/public/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banana Game

Collect fruits, avoid bombs! You can play with the arrow keys or a touch screen. Did I tell you bananas double your score?!

demo.mp4

Languages and Tools

How to run

  1. Clone and cd into this repository
git clone https://github.com/ptrkc/banana-game.git
cd banana-game
  1. Install the dependencies
npm i
  1. Run the game
npm start
  1. Done! Open your browser on http://localhost:8080/

  2. (Optional) If you wanna build it, run:

npm run build
  1. Game will be available on
./public/index.html

About

Collect fruits, avoid bombs! You can play with the arrow keys or a touch screen. Did I tell you bananas double your score?! Play it now: https://ptrkc.github.io/banana-game/public/index.html


Languages

Language:TypeScript 87.4%Language:HTML 9.8%Language:JavaScript 2.8%