Skip to content

Sieep-Coding/game-of-life-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life in Lua

License: UNLICENSE

This is a Lua-based implementation of Conway's Game of Life.

The project generates a grid universe where cells evolve over time based on specific rules for survival, reproduction, and death.

See it in action

Features

  • Customizable grid size (N x M)
  • Random initial state generation with "X" representing live cells
  • Neighbors-based cell evolution rules
  • Simple Lua code structure

How to Use

git clone https://github.com/Sieep-Coding/game-of-life-lua

cd game-of-life-lua

lua main.lua

More Info

This is a 1 to 1 recreation of another project of mine. I learned a lot of Go when I made it, so this is to teach myself lua.

View my original project written in Go here.

About

The famous Conway's Game of Life Simulation written in Lua, with customizable parameters.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages