Add BytePusher example

This commit is contained in:
Maia
2024-11-21 16:29:13 +01:00
committed by Ryan C. Gordon
parent b02285d495
commit 566f3dc138
3 changed files with 433 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ add_sdl_example_executable(pen-drawing-lines SOURCES pen/01-drawing-lines/drawin
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)
add_sdl_example_executable(game-bytepusher SOURCES game/04-bytepusher/bytepusher.c)
# When you add an example, remember to add the Visual Studio project as well:
# - Add a new example in examples/