https://github.com/aviaryan/braingames
:zap: Games to boost your brain, written in Python using Pyglet
https://github.com/aviaryan/braingames
Last synced: about 2 months ago
JSON representation
:zap: Games to boost your brain, written in Python using Pyglet
- Host: GitHub
- URL: https://github.com/aviaryan/braingames
- Owner: aviaryan
- Created: 2015-12-10T09:10:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T16:24:18.000Z (over 9 years ago)
- Last Synced: 2025-07-06T04:43:08.011Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.89 MB
- Stars: 46
- Watchers: 4
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brain Games
Simple games to boost your brain.
## Downloads
For Windows compiled executables, see [project releases](https://github.com/aviaryan/BrainGames/releases). To use on Mac/Linux, just download zip of this repository and run `braingames.py`
## Screenshots
See all screenshots at http://postimg.org/gallery/3hgxmibys/





### Documentation (in progress)
See [Wiki](https://github.com/aviaryan/BrainGames/wiki)
### Requirements
* Python 3
* [Pyglet](https://bitbucket.org/pyglet/pyglet/wiki/Home) (`pip install pyglet`)### Thanks and Acknowledgments
* Sounds were created using the utility Bfxr ( http://www.bfxr.net/ )
* A lot of game ideas were drawn from the android game [Coach memory! Brain trainer](https://play.google.com/store/apps/details?id=bpi.master.coach.memory)
* Scrabble game's idea was from [Quizup](http://quizup.com)
* Scrabble game's wordlist was taken from http://www.mieliestronk.com/wordlist.html
* Dictionary taken from [this repo](https://github.com/aviaryan/gcide-dictionary-json)