/Conway-Game-of-Life

Primary LanguageCDo What The F*ck You Want To Public LicenseWTFPL

Conway's Game of Life

An implementation of Conway's Game of Life as a C learning exercise.

Build and run

  1. Install the SDL2 library:
    • sudo apt-get install libsdl2-dev -image-dev on linux, debian-based distributions
    • or brew install sdl2 on macOS
  2. make run

Commands

Press:

  • Space to advance
  • Tab to randomize the board

License

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2012 Romain Lespinasse <romain.lespinasse@gmail.com>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.