diff --git a/assets/banner.png b/.github/assets/banner.png similarity index 100% rename from assets/banner.png rename to .github/assets/banner.png diff --git a/assets/screenshots/0.png b/.github/assets/screenshots/0.png similarity index 100% rename from assets/screenshots/0.png rename to .github/assets/screenshots/0.png diff --git a/assets/screenshots/1.png b/.github/assets/screenshots/1.png similarity index 100% rename from assets/screenshots/1.png rename to .github/assets/screenshots/1.png diff --git a/assets/screenshots/2.png b/.github/assets/screenshots/2.png similarity index 100% rename from assets/screenshots/2.png rename to .github/assets/screenshots/2.png diff --git a/assets/screenshots/3.png b/.github/assets/screenshots/3.png similarity index 100% rename from assets/screenshots/3.png rename to .github/assets/screenshots/3.png diff --git a/Justfile b/Justfile index eac895c..783c5df 100644 --- a/Justfile +++ b/Justfile @@ -52,7 +52,7 @@ push: # Create a postgres container for the server server-postgres: - bun run .scripts/postgres.ts + bun run pacman-server/scripts/postgres.ts # Build the server image server-image: diff --git a/README.md b/README.md index 454595c..2423b55 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
+
+
Starting a new game
-
+
Pac-Man collecting dots and avoiding ghosts
-
+
Game over screen after losing all lives
-
+
Debug mode showing hitboxes, node graph, and performance details.