made wish.com paper.io lol

This commit is contained in:
FantasyPvP
2024-11-23 11:03:43 +00:00
parent 1588b4fbf3
commit 69591e6bb2
9 changed files with 497 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
/// this game is basically a ripoff of paper.io
pub mod paper;
pub use paper::GameBoard;