This project was created by Cambrea Earley, Michelle Hu, and Nina Gupta for the SheInnovates Hackathon

Bit Brain

This program is a game targeted toward students in grades 5-8.
The game teaches the user about the binary operators and (&), or (|), and not (~) by providing tutorials and puzzles for each operator. This app creates a fun challenge that will get kids interested in STEM by teaching them logic and problem solving skills in a game environment. The user will learn the rules of each of the and, or, and not bit operators through easy-to-understand tutorials, then will have to solve a series of corresponding puzzles. By the end, they will have mastered these three bit operations!


Instructions for running as Android App:

Download these files to one directory
dist

run bitbrain application in Android emulator


Instructions for running base program:

Needed Libraries:

kivy: can be downloaded here


Download these files to one directory
main.py
bitbrain.kv
puzzles.py
BinaryClass.py
images directory with these files inside:
and.png
comp.png
or.png

open main.py and run using a python IDE


Built With

Share this project:

Updates