https://github.com/elementbound/celldweller
Homework for two courses - Programming Technologies and Programming Environments
https://github.com/elementbound/celldweller
Last synced: about 1 year ago
JSON representation
Homework for two courses - Programming Technologies and Programming Environments
- Host: GitHub
- URL: https://github.com/elementbound/celldweller
- Owner: elementbound
- License: mit
- Created: 2015-05-23T20:06:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T18:11:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T06:13:17.627Z (about 1 year ago)
- Language: Java
- Size: 166 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Celldweller #
Celldweller is a Java application aimed at simulating cellular automata in 2D space.
It can be used to designate different scenarios and test different automata rules on them.
For more info on cellular automata, check [wikipedia](http://en.wikipedia.org/wiki/Cellular_automaton#Rule_space)
## Building ##
Celldweller uses [Logback](http://logback.qos.ch/) for logging. So, before attempting to build, [download it](http://logback.qos.ch/download.html).
Unzip the package, then run `mvn install`.
From here on, the project can be built as any other maven project.