Skip to content

osho81/fruitful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruitful

Outline and Rules

Candy crush like game, with fruits and with slightly different rules:

  • Each move (from one square to another square) cost 5 points.
  • 3 fruits in a row gives 3points, 4 in a row gives 12 points, and 5 in a row gives 25 points.
  • Game time is limited (time elapsed and time left is visualized as a progressing bar).
  • Since each move costs points, strategy is needed for highest possible points within the game time.

Pic from the game

Tools

Made by vanilla javascript.

Purpose and motivation

To strengthen javascript skills; create a simple fun game with different rules than similar games.

Main helping source

Starting help for the basic parts is from https://github.com/kubowania/candy-crush This boilerplate was used for starting of the fundamental logic of the general game rules.

Possible future improvements

  • Add mobile friendly design.
  • Persistent scoring design.

About

Candy crush like game, with different rules, enabling strategic thinking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published