Initial addition of the Arcade study feature. Add connections as the first working game.
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m4s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m4s
This commit is contained in:
parent
7b90409f2e
commit
611a585757
43 changed files with 5990 additions and 68 deletions
5
src/components/arcade/rendererRegistry.ts
Normal file
5
src/components/arcade/rendererRegistry.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { ConnectionsGame } from "@/components/arcade/ConnectionsGame";
|
||||
|
||||
export const ARCADE_RENDERERS = {
|
||||
connections: ConnectionsGame,
|
||||
} as const;
|
||||
Loading…
Add table
Add a link
Reference in a new issue