Skip to content

munen/edu_gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life in C

This project is meant as an educational piece of software. The development process is described step by step in slides.pdf.

Start by reading the slides and try to implement the next step on your own. If you're stuck, there's help. This project is structed in branches - master only features the start of the project, every next step n is described in a subsequent branch prefixed with n.

Room for improvement

  • use strategy pattern to implement output
  • for example this exact code could be used in google nacl (sample implementation)
  • implement more intelligent calculation of next_tick using caching
  • refactor code into more files with separation of concern

Linklist

About

Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages