Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.35 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.35 KB

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