World Conquest Chronicles

World Conquest Chronicles

Biohazard, v1.1

2D puzzle game for Android inspired by Conway's Game of Life and various block games.

Implement a clockwise rotation operation for the movable field part.

Change Log

  • movable field part:
    • support of operations:
      • rotation:
        • clockwise rotation only.

Features

  • primary field:
  • 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;
      • rotation:
        • clockwise rotation only;
      • unioning with the primary field:
        • disabling unioning on collisions with the primary field;
    • controls:
      • controls via UI elements:
        • support of touches.

Repository

Link: https://github.com/thewizardplusplus/biohazard/tree/v1.1.

Content: code.

License: MIT.