Bitris

Post date: May 16, 2014 6:47:04 PM

A 2D puzzle game developed using pyglet and cocos2d. The game itself was based on simple idea to incorporate real world scenario to a game. Binary representation is most widely used in computers. This game could become a good way to make people understand and practice binary representation of numbers.

GamePlay:

  • Press Left mouse button to toggle bits in the oncoming byte.
  • Ensure you do not toggle the wrong bits.
  • The binary representation is to be made before time runs out.

Game Developed for PyWeek18, May 2014

You can grab the source code of the game from here

You can fork the source code of the game from here

main menu