Skip to content

lavv17/life

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published