index
:
game-of-life
master
A c++ Linux CLI implementation of John Conway's game of life
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game
/
game.cpp
blob: d7e9056c49b98b9fcd71df1a31df9093cfef574b (
plain
)
1
2
3
#include
"game.hpp"
void
Game::run
()
noexcept
{}