-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.TXT
33 lines (27 loc) · 1.01 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
------------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------------------------
PROJECT TITLE: "Life is is all about sex" - Robert California (The Office)
PURPOSE OF PROJECT: Interest
VERSION or DATE: v0
HOW TO START THIS PROJECT: run simulate with a file you want to create
AUTHORS: Sami Fawcett
USER INSTRUCTIONS:
*BlueJ Users: open package file then continue with rest of instructions.
Once the project is opened, scroll to the bottom of the simulation, where the main
method is located, and select your grid dimensions in the first two parameters of the
Simulate object. Once completed, run the simulate main method with the "livecells.txt" file or create your own
file with the give format below.
A single Cell: x,y
ex. 13,37
A file could look like:
1,1
1,2
1,3
1,6
2,2
100,2
10,3
50,23
There is a cell generator class, if you are too lazy to type all the cells out.
Have fun.