Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 958 Bytes

File metadata and controls

43 lines (26 loc) · 958 Bytes

Conway

Conway is a simulation game following the rules of Conway's game of life built in Unity. It allows the user to simulate a game of Conway's game of life with some additional custom functionality.

Features

  • Select canvas size
  • Draw structures by hand
  • Play and Pause the game
  • Go frame by frame
  • Select all or part of the canvas
  • Randomize, Copy, Fill or Erase selected region
  • Undo and Redo actions
  • Convert pictures to structures

Upcoming Features

  • Minimap
  • PictureToStructure with manual image rescaling

Setup

  1. Clone the repository:

    Download Conway.zip from the latest release.

  2. Unzip the archive:

    Extract the files from Conway.zip.

Usage

  1. Run the game:

    Run Conway.exe

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements