Game Development Community

The Cellular Automata Laboratory Help

by Pedro Vicente · in iTorque 2D · 05/18/2011 (12:41 am) · 2 replies

Hello everyone

I posted a resource, with links to a new tutorial in TDN. It extends the previous Game of Life Tutorial
with a new class

www.garagegames.com/community/resources/view/21023

Questions, comments? Please post them here

The 2 tutorials are

The Game of Life, an implementation of John Conway's Game of Life in C++

tdn.garagegames.com/wiki/TGB/Tutorials/The_Game_of_Life

A more general class that allows selecting the CA state in a panel and mouse dragging in the model tile layer

tdn.garagegames.com/wiki/TGB/Tutorials/Cellular_Automata_Laboratory

The code works both for ITorque2D and Torque2D

#1
06/27/2011 (1:09 pm)
Are they iT2D compatible? Which one is the "safe" one ... ?
#2
06/27/2011 (3:42 pm)
@Alkor

I started coding in TGB, then continued in iTGB, so yes, they both are iTGB compatible, the first is simpler.