This is a simple two-state celular automata application. You can set your own rules if you want to.
You can use it as simple as download a release for windows, or by using instructions below.
If you are a Linux user or you want to make changes to the source code and see them yourself, you would want to see those instructions
- Install NodeJS if you don't have it yet
- Using command
npm install
all dependencies for the project will be installed for you automatically - To run program without building it run
npm start
. If you make any changes, don't close the app and simply typers
in console - To build the executable, you need to type
npm run make
and it will make an executable for your OS
Enjoy the app!