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

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

README.md

Snake

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