Compare commits

..

1 Commits

Author SHA1 Message Date
b8fc3da28c fix: presentaiton
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-09 14:59:48 +00:00

View File

@ -141,16 +141,4 @@ end
---
## Interface
```elixir
receive do
{:start_game, paticipants} -> {:new_game, game, game_state}
{:make_move, game, participant, move} -> {:update_game, game, game_state} or {:game_finished, game}
{:get_game_state, game} -> {:game_state, game, game_state}
end
```
---
#### Questions?