Biohazard, v1.0-alpha
Posted on

2D puzzle game for Android inspired by Conway's Game of Life and various block games.
Alpha of the major version.
Features
- primary field:
- drawing;
- support of operations:
- populating according to Conway's Game of Life rules.
Running
See for details: https://love2d.org/wiki/Getting_Started#Running_Games
On the Android
Clone this repository:
$ git clone https://github.com/thewizardplusplus/biohazard.git
$ cd biohazard
Make a ZIP archive containing it:
$ git archive --format zip --output biohazard.zip HEAD
Change its extension from .zip to .love:
$ mv biohazard.zip biohazard.love
Transfer the resulting file to the Android device.
Open it with the LÖVE for Android app.
On the PC
Clone this repository:
$ git clone https://github.com/thewizardplusplus/biohazard.git
$ cd biohazard
Then run the game with the LÖVE engine:
$ love .
Repository
Link: https://github.com/thewizardplusplus/biohazard/tree/v1.0-alpha.
Content: code.
License: MIT.