Skip to content

EsnatJahan/Monster-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Monster-Game

A simple game played between two players where target of each player is to kill some monsters. The game will be played in to rounds. Each player would have a energy string which they can resort to kill the monsters. There are some rules such as -

  • for qualifying in each round they must have a minimum strength.
  • if they can kill a monster, get a bonus.
  • if the can't kill a monster but have bonus , use a bonus to kill it.
  • if they have no bonus and can't kill a monster , a penalty would be added.
  • if they can't kill a monster , they have to solve a puzzle to continue the game.
  • Whether the monsters canbe killed is decided by comparing player's energy string with monster's strength.
  • Encountering monsters increases the score, while penalties reduce it.
  • Plyer with higher score will win the game.

Screenshots

Application Screenshot Application Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages