lavv17 / life

Conway's Life game on a practically unlimited field

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Life game. Copyright (c) 1994-95 Alexander V. Lukyanov

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


Ok, after the legal stuff I'll describe the program.

It is an implementation of Conway's game "life" on practically unlimited
field by using list of arrays of coordinates. It uses my Inter library for
screen interface. "life.txt" file contains a detailed article in Russian.
The program can be compiled on DOS using Turbo C or DJGPP compilers and on
UNIX (Linux).

To get the Inter library use this command:
   git clone https://github.com/lavv17/inter.git

--
   Alexander V. Lukyanov <lav@netis.ru>

About

Conway's Life game on a practically unlimited field

License:GNU General Public License v3.0


Languages

Language:C 97.9%Language:Makefile 2.0%Language:Batchfile 0.1%