Biohazard
A downloadable game for Windows, macOS, and Linux
Here is a technical demo of my game. It lacks a menu and any settings, and the graphics are highly sketchy. My main goal was to test the idea of the gameplay.
- Title: Biohazard.
- Genre: 2D puzzle.
- Date of start of work: Tue Jul 21, 2020.
- Date of release: Tue Apr 20, 2021.
- Developers: only me.
- Game engine: LÖVE.
Summary:
The game field is represented by a set of blue cells. Above them, there is the second layer of green cells. The player can control this group — move, rotate, and put it with the blue cells (only on the free spaces). After merging, the cells evolve according to the rules of the "Life" game for one generation, then new green cells are created. The player's goal is to minimize the amount of blue cells.
Description: https://github.com/thewizardplusplus/biohazard/blob/master/docs/gameplay.md
Controls:
Spoiler
-
movement:
-
to the left:
- via a keyboard:
Left Arrow
,A
; - via a mouse/a touchscreen:
<
;
- via a keyboard:
-
to the right:
- via a keyboard:
Right Arrow
,D
; - via a mouse/a touchscreen:
>
;
- via a keyboard:
-
upward:
- via a keyboard:
Up Arrow
,W
; - via a mouse/a touchscreen:
^
;
- via a keyboard:
-
downward:
- via a keyboard:
Down Arrow
,S
; - via a mouse/a touchscreen:
v
;
- via a keyboard:
-
to the left:
-
rotation:
- via a keyboard:
Left Shift
,Right Shift
,R
,E
; - via a mouse/a touchscreen:
@
;
- via a keyboard:
-
merging with the primary field:
- via a keyboard:
Enter
,Space
; - via a mouse/a touchscreen:
+
.
- via a keyboard:
Source:
- this game (MIT license): https://github.com/thewizardplusplus/biohazard
- the library that implements the business logic of this game (MIT license): https://github.com/thewizardplusplus/biohazardcore
- the library that implements the "Life" game (MIT license): https://github.com/thewizardplusplus/lualife
Status | Prototype |
Platforms | Windows, macOS, Linux |
Release date | Apr 19, 2021 |
Author | thewizardplusplus |
Genre | Puzzle |
Made with | LÖVE |
Code license | MIT License |
Asset license | Creative Commons Attribution v4.0 International |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Mouse, Touchscreen |
Leave a comment
Log in with itch.io to leave a comment.