diff options
author | Destinyyyyyyy <97743990+Destinyyyyyyy@users.noreply.github.com> | 2023-07-31 11:18:45 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 11:18:45 +0530 |
commit | 429dbf1b804be7822865b7c7267ce34e360fcc57 (patch) | |
tree | cfb1abbe7b5733238bed8892a3a45aef8cf41037 | |
parent | 8181448e5400f29526ef4c20ef0d6b6a3a1d4794 (diff) |
Update README.md
-rw-r--r-- | README.md | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -1,14 +1,13 @@ -# TODO +#GameIdea +* Builds the game in your surrounds using either your phone camera or your webcam +* Cockroaches and astroids are built randomly in the game. +* Using a green object you can "squash" the cockroaches. Although, sqaushing an asteroid will lose you a life. +* Game's main goal is to provide fun regardless of where you and in your environment. +* Enjoy :) -* Draw cockroach -* Detect foot movement (RAGHU) -* Animation of cockroach dying -* Movement of cockroach -* Colli ection between foot and cockroach -* Cockroach spawning in optimal locations (far from each other) -* Add 0.5 second disability after killing one +#Disclaimer +* The game was built to recognize the color green particularly well, although, it can recognize other closly related colors. +* Try to use a white background while playing, and use 1920x1080 to avoid problems with detection on the sides. -# LORE - -YOu cant see the cockroaches without the app
\ No newline at end of file +#CodeDay (29th July 2023 ---> 30th July 2023) |