Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 428 Bytes

Game of Life for the Linux framebuffer

Uses ncurses for raw input. Uses OpenMP for multi threading.

To compile, just run make in the src directory.

Requirements to run:

  • Be in the video group. If you're not, the following options can fix that:

    • usermod -aG video [username]

    • manually editing /etc/group

    • NOTE: the above must be run as root.

  • Run from the virtual console (for example TTY 2)