Skip to content

This is a cellular automaton that implements John Horton Conway's Game of Life. Contains a library of figures and tools.

License

Notifications You must be signed in to change notification settings

eugene-serb/game-of-life

Repository files navigation

Game of Life

Conway's Game of Life. [rep] [site].

Use Aurora Game Engine [rep].

Stack:

Commands:

  • npm run start — run with watcher
  • npm run dev — run dev server
  • npm run build — run build in production mode
  • npm run build:dev — run build in development mode
  • npm run lint — run lint check
  • npm run lint:fix — run lint fix
  • npm run format — run prettier check
  • npm run format:fix — run prettier fix
  • npm run test — run tests