An open API service indexing awesome lists of open source software.

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

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/

![Brain Games main page](http://s5.postimg.org/samoipo3b/braingames_1_0.png)

![Math Game](http://s5.postimg.org/5zytiqqt3/mathgame.png)

![Color Meaning](http://s5.postimg.org/cgcdmkoqf/colormeaning.png)

![Dictionary Game](http://s5.postimg.org/rawdn08xj/dictionary.png)

![Scores page](http://s5.postimg.org/5jdlwb31z/score.png)

### 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)