Skip to content

Snake_Game_Python v1.4.1

Choose a tag to compare

@SpaceSquare640 SpaceSquare640 released this 11 Jun 07:02
· 4 commits to main since this release

v1.4.1 — Modular refactor (internal)

The single ~2,300-line Snake_Game_Python.py is now a clean snake_game/ package split by concern: bootstrap, version, config, theme, i18n, profile, ai, entities, audio, render (all drawing), game (logic), and app. Snake_Game_Python.py is now a thin launcher.

No gameplay, UI, or save-file changespython Snake_Game_Python.py and the packaged exe run exactly as before. See the tri-lingual CHANGELOG.

Downloads