Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

============================
Agnibho's Game of Life 1.4.0
============================

General Usage Notes
-------------------
-Start the program by running the __main__.py file. Eg: python __main__.py
-You can specify dimensions by providing width and height as arguments. Eg: python __main__.py 20 20
-To directly open a file from the command line supply the filename as argument. Example: python __main__.py <filename>. The file must be in Life 1.06 format.
-Seed the board by clicking on cells
-Click <Start> to begin automatic emulation
-Click <Pause> to stop automatic emulation
-Click <Next Step> to step through a single generation
-Click <Reset> to reset all the cells
-Open Life 1.06 files by clicking <Open> and selecting the file from your computer
-Save the current pattern to your computer by clicking <Save> and choosing the target file to save.
-Click <Revert> to go back to the initial pattern from which the current patterns have been generated.
-Click <About> to get a short description of the program.
-Use the slider bar at the bottom to adjust the speed of automatic emulation.
-The program supports Life 1.06 file format only. To use other file formats you need to convert them to Life 1.06 first.

Program Notes
-------------
-Agnibho's Game of Life is programmed in Python
-The program uses Tkinter
-The source code of Agnibho's Game of Life is available at https://github.com/agnibho/life

Contact Information
-------------------
Agnibho Mondal
mail@agnibho.com
www.agnibho.com

Copyright Information
---------------------
Agnibho's Game of Life - Python implementation
Copyright (C) 2014  Agnibho Mondal

This file is part of .Agnibho's Game of Life

Agnibho's Game of Life 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.

Agnibho's Game of Life 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 Agnibho's Game of Life.  If not, see <http://www.gnu.org/licenses/>.

About

Agnibho's Python implementation of Conway's Game of Life

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages