Skip to content

pi4erd/CelularAutomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celular automata

This is a simple two-state celular automata application. You can set your own rules if you want to.

Usage

For Windows users

You can use it as simple as download a release for windows, or by using instructions below.

Usage for non-casuals

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 type rs 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!