erinfox / cat-curling

Cat Curling - Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cat Curling! - http://direful-root.surge.sh/

For this projects I used HTML, CSS, and Javascript with JQuery DOM minipulation.

The approach I took for this game, all started out from this youTube video: https://www.youtube.com/watch?v=evNi4_2qHPY

In a way, it is like hitting darts on a target. Except the darts are cats. Challenges = finally understanng collision detection and getting it to work not just for one cat, but for ALL THREE!!!

Unsolved problem: the "whatCat" is somehow 2 points when it should be one. It was solved by creating another if statement within an if statement. (This isnt correct code, but it works for now).

Since the collision detection is at specific points on the web page, responsiveness is not available. In order to play, you must be on a desktop, and using full screen.

About

Cat Curling - Game


Languages

Language:JavaScript 60.9%Language:CSS 25.7%Language:HTML 13.4%