# Snake

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

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

## External licenses

 * Fonts & UI Pack - [kenney.nl](https://kenney.nl/) - [CC0 (Creative Commons Zero)](http://creativecommons.org/publicdomain/zero/1.0/)
 * SDL2 - [libsdl.org](https://www.libsdl.org/index.php) - [zlib License](https://www.zlib.net/zlib_license.html)
 * Boost - [boost.org](https://www.boost.org/) - [Boost Software License](https://www.boost.org/users/license.html)