Game : MiddleMan
A game inspired by flanker test, made in python 3 using tkinter library. Flanker test- In cognitive psychology, the Eriksen flanker task is a set of response inhibition tests used to assess the ability to suppress responses that are inappropriate in a particular context. Want to play the first version of the game ? Download the .exe file name MiddleMan_v1.0
Release notes:
May 29,2020: A basic version of the game has been committed here. Still need to implement lots of basic and new features. Have made the prototype using Tkinter for GUI. Converted the project to a executable file. Used pyInstaller to do so.-
To generate a executable use-
pyinstaller -w [NameOfThePython.py]
-w to run the executable without a initial command prompt screen. - To generate the executable which can run irrespective of its location.
pyinstaller -w --onefile [NameOfTheFile.py]
Note: Have tried implementing something which inspired me during a research study (volunteered as a subject). Will soon release new features. Feel free to give your feedback.
Send me a feedback.