Skip to content

This is a (2 player / multithread) OCR Game. The objective of this game is to show to the two players a set of pictures (one picture at a time) and ask to type what they see. If both words input by both users match, we count it as a correct word input and the value of that word is then saved.

Notifications You must be signed in to change notification settings

pontazaricardo/OCR_Game_client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OCR_Game_client-server

This is a multithread (2 player) OCR game (application to recognize words in images). In this application there is a list of unknown words, and each word is presented to both users and it is asked to them to input what they see. If their inputs match, it is assumed that they input the correct value of the word.

GAMEPLAY:

  • The goal of the game is to move the character from the initial position to the ending position.
  • By inserting the correct words, the users will make the character to move closer to the goal.

NOTES:

  • This application has multiple 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).

HOW TO RUN IT:

  1. Start the server (ServerGUI.java).
  2. Start two instances of the client (HumanOCRGame.java).

About

This is a (2 player / multithread) OCR Game. The objective of this game is to show to the two players a set of pictures (one picture at a time) and ask to type what they see. If both words input by both users match, we count it as a correct word input and the value of that word is then saved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages