-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dovixman
committed
Nov 14, 2024
1 parent
f29ece5
commit a8a7dad
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# codeconz-lighthouses-py-bot | ||
|
||
This is a Python bot that can be used to play the game of Lighthouses on the CodeConz platform. | ||
|
||
## Interaction flow with the Game Engine | ||
![Interaction Flow](./docs/interaction_flow.png) | ||
|
||
The bot interacts with the game engine in three steps: | ||
1. **Join Game**: The bot sends a join request to the game engine to join the game. The game engine responds with the Bot ID. | ||
2. **Get Initial State**: The game engine sends get the initial state of the game to the bots. | ||
3. **Turn request**: The game engine requests the bot to make an action on each turn, and sends the current state to the bot. The bot responds with the action. | ||
|
||
For more in depth information on the game, please refer to the [Game Engine documentation](https://github.com/intelygenz/codeconz-lighthouses-engine/blob/master/README.md). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.