Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 727 Bytes

File metadata and controls

29 lines (14 loc) · 727 Bytes

Escape Room Sample

Escape room adventure showing how to integrate digit recognition into the gameplay loop.

image info

Gameplay Idea

We want a game where the player is stuck in a room and to escape they need to draw a code on a codepad.

image info

Runtime Inference

To solve this problem we leverage a small Neural Network.

It takes as input the code-pad texture.

After running inference we get the most likely digit.

We use this to feedback into the gameplay loop

image info

Video Tutorial

IMAGE ALT TEXT HERE