diff options
| author | Bobby <[email protected]> | 2023-09-12 08:52:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-12 08:52:52 -0400 |
| commit | 95e30bcb8de910065925ba890533cdfb1445ce07 (patch) | |
| tree | c5b33e94cf803714f0d8ebf0a941c1c4b9d2c9a3 | |
| parent | 3c2ea442397596fab9a1e819e15b8e9d7b3d6e75 (diff) | |
| download | gameoflife-main.tar.xz gameoflife-main.zip | |
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ This is a simple implementation of Conway's Game of Life in C++ using SDL2. ## Prerequisites * C++ compiler (clang++, with C++20 is used in this project) -* SDL2 (https:/https://github.com/libsdl-org/SDL/releases) +* SDL2 (https://github.com/libsdl-org/SDL/releases) > Note: You can install SDL2 using Homebrew on macOS: `brew install sdl2`. Follow the instructions on the SDL2 website for other platforms. |
