Square Dino
Square Dino is a program that runs Conway's Game of Life. It was written by me and a friend as the last project in a course.
Features
- Modular interface using Swing Toolbox
- Import and export patterns using a common format
- Change rules
- Graph over living cells
- Copy and paste selected areas
Build instructions
Build with javac -d bin/ -cp src/ src/org/bitbucket/zetro/squaredino/SquareDino.java
Run then with java -cp bin/ org.bitbucket.zetro.squaredino.SquareDino
You should also be able to import it as a project in Eclipse and run it from there.