-
Notifications
You must be signed in to change notification settings - Fork 0
Adding Games ~ Checkers ERD
Nathaniel Neidlinger edited this page Apr 28, 2025
·
6 revisions
- Name
- Username
Notes: A checkers game only needs to exist. All of the game logic should happen in JS, and the users playing it can be tracked through relations
- Start Timestamp (Time)
Notes: Unsure of how to store a board state efficiently. However, they shouldn't be dynamically generated because there are a finite number of board states, but a theoretically infinite number of completed games that reference the same board state
- Squares (Array? Custom Class? 64-digit number?)
Notes: may be unneeded based on how the checkers bot is implemented
- Winner (Short Int) (nullable) (0-2 to represent draw, win, or loss)
- Turn Number (Short Int)
-
Achievements
-
Adding Games
-
Adding Games II
-
API
-
Forums
-
Games
-
Interactive Fiction
-
Knowledge Base
-
Live Chat
-
Matches
-
Tournaments
-
Users & Friending