Skip to content

Butterfly Mind - experimental logic game for girls & geeks

Notifications You must be signed in to change notification settings

bieli/butterfly-mind--python-game

Repository files navigation

Butterfly Mind - experimental logic game for girls & geeks ;-)

Build Status

Inspiration and game scenario

General idea it's training important area in our head - short memory.

Program draw 3 letters in easy mode or butterflies in hard mode on screen and we must to remember letters or shapes of butterflies. Next after we click 1 or 2 or 3 key (referenced to object line) we can see next set of butterflies, but only one is from last set.

We have 120 seconds to the end of game. We can see seconds/scoring information on game screen.

Difficult in this game it's select letter or butterfly shape in new set from last set.

Screen shots

Welcome screen shot

Game screen shot - mode EASY

Game screen shot - mode HARD

How to run

$ python3.5 run_game.py

Technology

  • programming language: Python >= 3.5
  • game development library: PyGame >= 1.9.3

Supported platforms

Development

How to running unit tests

$ cd <project-dir>
$ python3.5 -m unittest tests.ToolsTest.TestTools

TODO LIST

  • welcome scene
  • welcome controls (ESCAPE, ENTER)
  • game scene
  • game controls (ESCAPE, SPACE)
  • game logic library
  • unit tests for game logic library
  • scorring (small butterflies when we guessing) on game bottom view
  • summary / scores / winners scene
  • music
  • refactoring for cross platform with for example: RenPy
  • multiplatform automatic builds in releases
  • performance in rivalization & points & levels

About

Butterfly Mind - experimental logic game for girls & geeks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published