Refactoring lab

This commit is contained in:
Chris Proctor
2026-06-26 13:27:11 -04:00
parent e752bb848b
commit a9385f8296
32 changed files with 644 additions and 686 deletions

3
games/snake/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
from games.snake import create_game
create_game().play()