-
Notifications
You must be signed in to change notification settings - Fork 0
sideb0ard/My-So-Called-Game-Of-Life
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
############################### ## My So Called Game Of Life ## ############################### node powered Game Of Life implementation. Uses ncurses to get current terminal width and height. Run with: node mysocalledlife.js Make sure you install the npm ncurses modules and you'll probably need to follow these instructions: (taken from: https://github.com/mscdex/node-ncurses) If you encounter "Error opening terminal" while executing one of the examples or any other script that uses node-ncurses, do this: Ensure you have built node-ncurses properly Change to deps/ncurses in the source package Execute sudo make install.data That should solve this particular problem.
About
node powered terminal version of Game Of Life
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published