6 lines
303 B
Markdown
6 lines
303 B
Markdown
# 2025-09-03-224857
|
|
|
|
The backend has a pretty good abstraction of a `Game`, that it can swap in implemenations for.
|
|
The frontend is still mostly hardcoded to the test `simple` game.
|
|
Will need to refine the concept of `Game` to include the necessary components of displaying and interacting with a game.
|