Snake game in C++23 using SDL2 and with help of AI

Felix Bytow abf98d50c2 :sparkles: added renderer and first GameState prototype 1 年之前
.idea c3b8ef43c3 :tada: first commit 1 年之前
game abf98d50c2 :sparkles: added renderer and first GameState prototype 1 年之前
.gitignore c3b8ef43c3 :tada: first commit 1 年之前
CMakeLists.txt abf98d50c2 :sparkles: added renderer and first GameState prototype 1 年之前
README.md c3b8ef43c3 :tada: first commit 1 年之前
SDL.cxx b41284f59c :sparkles: added simple main loop 1 年之前
SDL.hxx de50f1a119 :sparkles: added main window 1 年之前
SDLRenderer.cxx abf98d50c2 :sparkles: added renderer and first GameState prototype 1 年之前
SDLRenderer.hxx abf98d50c2 :sparkles: added renderer and first GameState prototype 1 年之前
SDLWindow.cxx abf98d50c2 :sparkles: added renderer and first GameState prototype 1 年之前
SDLWindow.hxx abf98d50c2 :sparkles: added renderer and first GameState prototype 1 年之前
main.cxx abf98d50c2 :sparkles: added renderer and first GameState prototype 1 年之前

README.md

Snake

A Snake game written in C++23 using SDL2. This project is used to test the capabilities of JetBrains' AI assistant.