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.