Can This Game Be Created?
FallingBoxStudios
Freelance Graphic DesignerMember Posts: 822
Hi, I plan on making a game but before I start I want to know if it’s possible to create this or if I'm wasting my time. The game is based on the viral video on YouTube called "Ninja Cat" if you don't know it Heres a Link.
basically the game is you're a cat and you have to walk but when your owner looks at you, you have to stop walking, and if you get caught walking when your owner looks at you its game over, so I would like to know if this is possible and if it is how can I do it? Thanks. - Hunter Afia
basically the game is you're a cat and you have to walk but when your owner looks at you, you have to stop walking, and if you get caught walking when your owner looks at you its game over, so I would like to know if this is possible and if it is how can I do it? Thanks. - Hunter Afia
Comments
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
then when that actor collides with the cat is its in motion then game over. lol idk thats how a noob like me would think of the mechanics
GL
EDIT: i pictured it different because i didnt watch the video... so i pictured the owner standing and turning around in 3rd person... but this is cool.... red light green light!
So basically what you need to do is create a boolean that says if the owner is looking and then add an if statement. So something along these lines;
If "Ownerlook.Boolean = true" AND "CatNinja.Motion = greater than 0"
Game Over.
else
do nothing.
Thats basically what I got from it. Sounds like it could be a pretty fun game. Hope this helps.