Skip to content

This private project is for learning a bit of JavaScript.

Notifications You must be signed in to change notification settings

LineageFalcon/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway’s GameOfLife

A little training task to practice JavaScript. And a private project just to do something instead of just thinking about how nice coding is. :D

Language grade: JavaScript

Image of Conway’s GameOfLife

How to commit

In the best case you use this emojis to declare the topic of your commit.
📝 : Edit
🔧 : Test
🐞 : Bugfix
➕ : File added
🗑️ : File deleted

How to use ?

  • for now the object instanciation is hardcoded and the parameters can be changed there.
  • all main methods can be found in the code inside of app.js

What needs to be done ?

  • merge cleanCodeConcept into master
  • refine code
  • creating a form for userinput
  • change number input to range for better UX
  • style the userinput

Features that could be implemented

  • make it possible to change the cell via cursor and drawing in them before and while the evolution is stopt
  • multiple instances of serveral grids

About

This private project is for learning a bit of JavaScript.

Resources

Stars

Watchers

Forks

Packages

No packages published