Skip to content

👾 Genetic Life-like cellular automaton with LÖVE

License

Notifications You must be signed in to change notification settings

remyroez/love-life-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

LIFE-LIKE

👾 Generic Life-like cellular automaton with LÖVE

Screenshot

Menu

  • File

    • New: Create a new board.
    • Open: Open board file.
    • Save: Save current board file.
    • Save As: Save board file.
  • Window

    • Control: Toggle 'Control' window.
    • Optional Rule: Toggle 'Optional Rule' window.

Controls

  • Draw cell: Main mouse button
  • Remove cell: Sub mouse button
  • Restart: F5
  • Toggle GUI: F12
  • Capture a screenshot: Print screen

Getting Started

Quick Start

  1. Download and install LÖVE 11.2.
  2. Download the latest version of love-life-like.love game distribution from release.
  3. Open the distribution with LÖVE.

Build and Run from Source

git clone https://github.com/remyroez/love-life-like.git
cd love-life-like/game
love .

Requirements

Libraries

License

MIT License