3D working

This commit is contained in:
Kbz-8
2024-02-22 06:01:56 +01:00
committed by AdrienLSH
parent b6936751b1
commit 668ab9ff2e
13 changed files with 106 additions and 52 deletions

View File

@ -89,8 +89,9 @@ const router = async(uri) => {
{ path: "/settings", view: SettingsView },
{ path: "/matchmaking", view: MatchMakingView },
{ path: "/games/offline", view: GameOfflineView },
{ path: "/games/0/:id", view: GameView2D },
{ path: "/games/1/:id", view: GameView3D },
{ path: "/tictactoe", view: TicTacToeView },
{ path: "/games/:id/0", view: GameView2D },
{ path: "/games/:id/1", view: GameView3D },
];
// Test each route for potential match