Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
/ ncLife Public archive

Conway's Game of Life Implemented in C++ with ncurses

License

Notifications You must be signed in to change notification settings

mikepierce/ncLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncLife

This project is an implementation of Conway's Game of Life in C++ using ncurses.

This project is still in very early stages of development. Currently all that happens when you run the program is that a randomly generated field of live/dead cells appears and pressing any button increments the generation by one.

See the ToDo for more details on what is planned.

ToDo

  • Use #pragma once.
  • Add some constant starting state so I know the program does what I expect.
  • Should I use std::vector<bool> or a quadTree like here?
  • Actually map out the backend, so that way the Game of Life and the Display to a terminal can be considered separately.
  • ...
  • Find out the standard way of implementing command line parameters.

About

Conway's Game of Life Implemented in C++ with ncurses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published