Conway's Game of Life - Part 1 - Lua and Love2D

preview_player
Показать описание

A Tutorial Series for creating Conway's Game of Life in the Lua language and Love2D. This game is Object Oriented using Modules and Lua Prototype Classes.

@ProgrammingRainbow
Рекомендации по теме
Комментарии
Автор

Because i used love.math.random there was no need for math.randomseed. If you don't wish to clear screen with rectangle love.graphics.clear will do the job.

ProgrammingRainbow
Автор

Hello. I am a beginner in lua and was interested in this tutorial bjt I was wondering if it was necessary to download the .git file if I already have love 2D set up on VS Code.
Cant wait to make this!

The_Canadian_Engineer