Added 03-infinite-monkeys example game

This isn't really a game, more of an exercise of that age old question...
This commit is contained in:
Sam Lantinga
2024-10-29 11:30:20 -07:00
parent 2b92dc9baa
commit bdf16628fb
5 changed files with 409 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ add_sdl_example_executable(camera-read-and-draw SOURCES camera/01-read-and-draw/
add_sdl_example_executable(pen-drawing-lines SOURCES pen/01-drawing-lines/drawing-lines.c)
add_sdl_example_executable(game-snake SOURCES game/01-snake/snake.c)
add_sdl_example_executable(game-woodeneye-008 SOURCES game/02-woodeneye-008/woodeneye-008.c)
add_sdl_example_executable(game-infinite-monkeys SOURCES game/03-infinite-monkeys/infinite-monkeys.c)
# When you add an example, remember to add the Visual Studio project as well:
# - Add a new example in examples/