This website requires JavaScript.
Explore
Help
Sign In
sheldonmlee
/
ncurses-gameoflife
Watch
1
Star
0
Fork
0
You've already forked ncurses-gameoflife
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
24
Commits
2
Branches
0
Tags
69
KiB
Vim script
72.9%
C
26.7%
Makefile
0.4%
f4dc092e26
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Sheldon Lee
f4dc092e26
Updated session.
2020-06-24 02:56:56 +01:00
game.c
Migrated overlay/input handling functions to game(.h/.c).
2020-06-24 02:51:30 +01:00
game.h
Migrated overlay/input handling functions to game(.h/.c).
2020-06-24 02:51:30 +01:00
grid.c
FPS now controlled by delay to reduce cpu usage. Added last key overlay.
2020-06-22 00:58:05 +01:00
grid.h
Works. Generates random grid
2020-06-15 01:12:14 +01:00
main.c
Migrated overlay/input handling functions to game(.h/.c).
2020-06-24 02:51:30 +01:00
makefile
slight changes
2020-06-23 02:34:29 +01:00
README.md
changed description
2020-06-18 01:23:23 +01:00
session.vim
Updated session.
2020-06-24 02:56:56 +01:00
vect.c
first commit
2020-06-12 02:46:44 +01:00
vect.h
added include guards and vim session file
2020-06-12 19:28:43 +01:00
README.md
ncurses_gameoflife
Small program to simulate Conway's Game of Life, using ncurses.
Press 'q' to quit.