Hihi. I wanted to learn about multiplayer games and tcp connections so I decided to recreate a classic game in multiplayer!
This first session was in procrastination of important homework and job hunting so ermm…
- Set up a project
- Figured out basic connections with Python’s socket library
- Created some classes for creating snake body parts and stuff
- Imported tGame modules, an old project of mine for input buffers, drawing, and more for the terminal
- Figured out pyproject.toml w/ hatchling
- Basic movement w/ threaded input