]> Softwares of Agnibho - life.git/blob - README.TXT
Added licensing information
[life.git] / README.TXT
1 ============================
2 Agnibho's Game of Life 1.4.0
3 ============================
4
5 General Usage Notes
6 -------------------
7 -Start the program by running the __main__.py file. Eg: python __main__.py
8 -You can specify dimensions by providing width and height as arguments. Eg: python __main__.py 20 20
9 -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.
10 -Seed the board by clicking on cells
11 -Click <Start> to begin automatic emulation
12 -Click <Pause> to stop automatic emulation
13 -Click <Next Step> to step through a single generation
14 -Click <Reset> to reset all the cells
15 -Open Life 1.06 files by clicking <Open> and selecting the file from your computer
16 -Save the current pattern to your computer by clicking <Save> and choosing the target file to save.
17 -Click <Revert> to go back to the initial pattern from which the current patterns have been generated.
18 -Click <About> to get a short description of the program.
19 -Use the slider bar at the bottom to adjust the speed of automatic emulation.
20 -The program supports Life 1.06 file format only. To use other file formats you need to convert them to Life 1.06 first.
21
22 Program Notes
23 -------------
24 -Agnibho's Game of Life is programmed in Python
25 -The program uses Tkinter
26 -The source code of Agnibho's Game of Life is available at https://github.com/agnibho/life
27
28 Contact Information
29 -------------------
30 Agnibho Mondal
31 mail@agnibho.com
32 www.agnibho.com
33
34 Copyright Information
35 ---------------------
36 Agnibho's Game of Life - Python implementation
37 Copyright (C) 2014 Agnibho Mondal
38
39 This file is part of .Agnibho's Game of Life
40
41 Agnibho's Game of Life is free software: you can redistribute it and/or modify
42 it under the terms of the GNU General Public License as published by
43 the Free Software Foundation, either version 3 of the License, or
44 (at your option) any later version.
45
46 Agnibho's Game of Life is distributed in the hope that it will be useful,
47 but WITHOUT ANY WARRANTY; without even the implied warranty of
48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49 GNU General Public License for more details.
50
51 You should have received a copy of the GNU General Public License
52 along with Agnibho's Game of Life. If not, see <http://www.gnu.org/licenses/>.