Added battleship files

This commit is contained in:
2025-11-07 11:22:04 +03:00
parent a11b2df651
commit 6d98d7d446
38 changed files with 1826 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
modules = ["web", "nodejs-20", "python-3.12"]
run = "python3 run.py"
[nix]
channel = "stable-24_05"
[deployment]
run = ["sh", "-c", "python3 run.py"]