Skip to content

mapipina/fruit-collector-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Exotic Fruit Collector

A cheesy-looking jQuery game where players have to add up the values of each exotic fruit to match the computer's number. If a player goes above the computer's randomly generated number, then they lose that round.

Game Demo

How it works

Using a random number generating JavaScript function, the values of each fruit changes with each round, as does the number players have to match against.

Technologies

  • JavaScript
  • jQuery
  • Bootstrap