A simple snake game that plays by itself using only C++ standard libraries
There's no user input implementation because there's no reliable way to detect a key press cross-platform (see: https://coderslegacy.com/c/detect-key-presses-cpp/)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple snake game that plays by itself using only C++ standard libraries
There's no user input implementation because there's no reliable way to detect a key press cross-platform (see: https://coderslegacy.com/c/detect-key-presses-cpp/)