An editor for Conway's Game of Life.
- infinite grid
- mouse selection
- move selection with mouse
- copy, cut, paste
- variable simulation speed
- multithreading
- load/save worlds
- load/save structures
- light and dark theme
Clone the repo and open the directory in IntelliJ IDEA.
git clone https://github.com/Bananenpro/golminator.git
- Open
Add Configuration...
->+
->Maven
- Paste
javafx:run -f pom.xml
into the input box labeledRun
- Hit
Modify options
->Add before launch task
->Run Maven Goal
- Paste
compiler:compile
into theCommand line
field and hitOK
- Hit
OK
- Click on the green arrow button to run the project
This program 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.
This program 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 this program. If not, see http://www.gnu.org/licenses/.
Copyright © 2021-2022 Julian Hofmann