/catch-the-cat

Can you catch the cat? Simple game made with javascript

Primary LanguageCSS

Catch the cat

Can you catch the cat? Simple game made with javascript


🐱 How it works

The game was really fun to code and it was a checkpoint to understand the html DOM (Document Object Model) and how works with it. The cat will be placed at some part of the page, but not rendered untill the player clicks where the cat is. To guide the clicks of the player, information will be displayed at the screen if it is away or near the cat.

🐟 Why beta?

So much changed since the first commit and I'm working to upgrade the game with new features, like:

  • A counter to display how many clicks the player had to do untill reach the cat,
  • A timer to display how fast the player could be,
  • More levels of difficulty.

🚀 Contribute

If you were intersted on the project, please feel free to contribute with suggests and ideas. To do this, please open an issue here with the title SUGGEST.

🐛 Bugs

Found any bugs? I didn't test on every browser and avery device so bugs could be normal. To informe a bug, please open an issue here with the title BUG and inform:

  • The device used to found the bug,
  • The browser used,
  • The version of the browser (if any)
  • The expected result,
  • What happen and when it happen,
  • Images will be much appreciated

Thanks so much! And have fun :)