Initial commit

This commit is contained in:
Chris Proctor
2026-06-22 16:14:58 -04:00
commit 42bc2e7a50
14 changed files with 2049 additions and 0 deletions

3
forager/__main__.py Normal file
View File

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