Snake, but you can run it directly from the command line! Compatible with Windows, Linux, MacOS and Android!
Linux, Android (with Termux) and MacOS
If you don't have python 3 and git installed yet (if you're using Linux python probably is), just search online how to install them
git clone https://github.com/ste-t/py_cli_snake
cd py_cli_snake
python3 main.py
# Command's name (python3) may vary depending on your platform and how you installed python
# Use "python" with Termux if you installed python through pkg install python
Download the repo on your phone, then just download the QPython app, go to editor, press on the folder icon on the top-right, navigate to the folder where you saved the repo and click on main.py. Then tap on the triangle at the bottom
Other apps are probably compatible, but I haven't tried
You can find a "main.exe" file under dist/main. There is a zip file of that folder in the releases
Clone the repo to your system with GitHub Desktop or downloading the zip file from here or whatever
Open the folder in the file explorer
shift + right click
and press Open Windows Powershell
pip install -r requirements.txt
python main.py
Yes, it sucks on Windows lol. But it is extremely smooth on Linux and Android (and probably MacOS) :D