Skip to content
Settlers Journal
Go back

Mapping REST API Design to the Catan Finite State Machine

Edit page

TLDR

Very little coding. Continuing to think through the Catan game flow and reconciling how a REST API could be designed to coordinate with the proposed Finite State Machine. Specifically, what kind of “actions” should the REST API allow, and how will the state machine handle those actions in a scalable and maintainable way.

alt text alt text alt text alt text

Main work

Challenges

Learnings


Edit page
Share this post on:

Previous Post
Pseudo-Coding OOP Relationships Between FSM States and Actions
Next Post
Implementing the Game Service and Discovering the Bruno API Client