Skip to content

This is a OCR (multithread standlone) game, where there is a list of known words and a list of unknown words. We present the user with two words (one of each list) and ask to input both of them so he can reach the goal of the game. If the known word matches with the one input by the user, we assume the unknown word was input correctly.

License

Notifications You must be signed in to change notification settings

pontazaricardo/OCR_Game_standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OCR_Game_standalone

This is a multithread OCR game (application to recognize words in images). In this application there are:

  1. A list of pictures of known words.
  2. A list of pictures of unknown words.

Gameplay:

  • The goal of the game is to move the character from the initial position to the ending position.
  • The user will be provided with two words, one of them is a known word and the other one is unknown. The user needs to input two words to proceed; if the known word matches with the word input by the user, we assume the second word he input is the correct value of the unknown word.
  • By inserting the correct words, the user will make the character to move closer to the goal.

NOTES:

This application has three threads (One main one that controls the gameplay; one that performs the running animation of the character and the spinning animation of the goal and a third one that performs the winning animation sequence).

About

This is a OCR (multithread standlone) game, where there is a list of known words and a list of unknown words. We present the user with two words (one of each list) and ask to input both of them so he can reach the goal of the game. If the known word matches with the one input by the user, we assume the unknown word was input correctly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages