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

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

README.md

Snake

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