Biohazard, v1.0
Posted on

2D puzzle game for Android inspired by Conway's Game of Life and various block games.
Major version. Implement the movable field part.
Change Log
- movable field part:
- drawing:
- drawing a frame around the movable field part;
- drawing collisions with the primary field with a different color;
- support of operations:
- moving:
- restricting moving by boundaries of the primary field;
- unioning with the primary field:
- disabling unioning on collisions with the primary field;
- moving:
- controls:
- controls via UI elements:
- support of touches.
- controls via UI elements:
- drawing:
Features
- primary field:
- drawing;
- support of operations:
- populating according to Conway's Game of Life rules;
- movable field part:
- drawing:
- drawing a frame around the movable field part;
- drawing collisions with the primary field with a different color;
- support of operations:
- moving:
- restricting moving by boundaries of the primary field;
- unioning with the primary field:
- disabling unioning on collisions with the primary field;
- moving:
- controls:
- controls via UI elements:
- support of touches.
- controls via UI elements:
- drawing:
Repository
Link: https://github.com/thewizardplusplus/biohazard/tree/v1.0.
Content: code.
License: MIT.