Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 673 Bytes

Life automata

Core tech used:

Client:

  • React (hooks)
  • react-router
  • styled-components
  • react-dnd
  • react-hook-form

Server:

  • node/express
  • mongodb/mongoose
  • passport

Description

Life automata is The Game of Life implementation created with React hooks and canvas for the frontend and express & mongodb for the backend. The game of life is a cellular automaton devised by Dr John Conway in 1970. The game is a zero-player game, meaning that its evolution is determined by its initial state. Read more