Skip to content
Settlers Journal
Go back

Pseudo-Coding OOP Relationships Between FSM States and Actions

Edit page

TLDR

Now that my general understanding / design of the game flow, finite state machine, and API are complete, I pseudo-code the action object-oriented programming relationships I’ll need. E.g., what will the OOP relationships be between FSM States and FSM Actions. How do they relate to the GameService class, or the GameController.

alt text alt text

Main work

Challenges

Learnings


Edit page
Share this post on:

Previous Post
Connecting Angular Frontend to Spring Backend with a Randomized Board
Next Post
Mapping REST API Design to the Catan Finite State Machine