Skip to content

ElemelonWind/donkey-kong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

donkey-kong

Making a computer smarter than a chimpanzee (and also humans) by making it good at human benchmark challenges.

Chimp Test

This test is a number memory test, where number tiles are shown on a grid and then hidden. The user must then click on the tiles in ascending order of the numbers on them.

Our approach to this involved taking a screenshot of the screen using pyautogui and then using pytesseract to extract the numbers from the image after segmenting it into individual tiles. We then sorted the numbers and clicked on the tiles in that order in an infinite loop.

Verbal Memory

This test is another memory test, where words are displayed on the screen and the user must decide if it has been shown before or not.

Our approach to this involved opening the web browser using selenium and then extracting the proper components from the webpage. We added all seen words to a set and clicked the corresponding button based on whether the word was in the set or not.

About

Beating the human benchmark tests w/ @oofSauceHere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages