Draw and Guess Games?

Hi guys,
Recently I have seen the game "Draw It". feeling an entertaining game. The game play is : Player is shown a word ,for example:Banana and then he should draw the shape of banana. if the painting is fairly near to a typical banana, computer would be able to guess it and player can go to next level.

{Link of the game on google store: https://play.google.com/store/apps/details?id=com.kwalee.drawit}

I have fairly good experience in GM, but I dont seem to be able to find an algorithm for computer AI which can guess what the player is trying to draw.

Any one can Help?
 

rIKmAN

Member
Hi guys,
Recently I have seen the game "Draw It". feeling an entertaining game. The game play is : Player is shown a word ,for example:Banana and then he should draw the shape of banana. if the painting is fairly near to a typical banana, computer would be able to guess it and player can go to next level.

{Link of the game on google store: https://play.google.com/store/apps/details?id=com.kwalee.drawit}

I have fairly good experience in GM, but I dont seem to be able to find an algorithm for computer AI which can guess what the player is trying to draw.

Any one can Help?
It might not be exactly what you want, but there is a gesture recognition extension on the marketplace which sounds like it may be useful, possibly only for basic shapes and outlines though which may or may not be suitable for what you need.

Might be worth taking a look: https://marketplace.yoyogames.com/assets/7716/gesture-recognition-engine
HTML5 Demo: https://ciberman.net/gr/demo/
 
It might not be exactly what you want, but there is a gesture recognition extension on the marketplace which sounds like it may be useful, possibly only for basic shapes and outlines though which may or may not be suitable for what you need.

Might be worth taking a look: https://marketplace.yoyogames.com/assets/7716/gesture-recognition-engine
HTML5 Demo: https://ciberman.net/gr/demo/
It might not be exactly what you want, but there is a gesture recognition extension on the marketplace which sounds like it may be useful, possibly only for basic shapes and outlines though which may or may not be suitable for what you need.

Might be worth taking a look: https://marketplace.yoyogames.com/assets/7716/gesture-recognition-engine
HTML5 Demo: https://ciberman.net/gr/demo/
Special thanks to you. I saw this extension demo. Good job! Thanks a lot.
 
Top