skifli
Backend Developer
Hey,
For fun I challenged myself to make a snake game in Python entirely in the console without any external libraries (apart from `colorama` and `pynput`). I was wondering if anyone might have any feedback on the game's code, specifically in ways to simplify the code. The code isn't that well documented (working on it), and so if there are any ambiguous parts I would be happy to explain them.
Code: GitHub - skifli/snek: It's snake. But snek. And in Python.
Example Image:
For fun I challenged myself to make a snake game in Python entirely in the console without any external libraries (apart from `colorama` and `pynput`). I was wondering if anyone might have any feedback on the game's code, specifically in ways to simplify the code. The code isn't that well documented (working on it), and so if there are any ambiguous parts I would be happy to explain them.
Code: GitHub - skifli/snek: It's snake. But snek. And in Python.
Example Image:
