Skip to content

Instantly share code, notes, and snippets.

View zeal2end's full-sized avatar

Vivek Kumar zeal2end

View GitHub Profile
@zeal2end
zeal2end / GameOfLife.py
Last active August 19, 2023 10:24
Convoy's Game Of Life | Python | Curses | Cammand Line UI
#!/usr/bin/python3
import curses
import random
import time
import copy
def GameOfLife(stdscr):
k = 0
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help