games.single_player.flow_free.example¶
Example script for running the Flow Free game agent.
This script demonstrates how to configure and run the Flow Free game agent in different modes and difficulty levels.
Functions¶
|
Create a game configuration based on arguments. |
|
Run the Flow Free game. |
Parse command-line arguments. |
Module Contents¶
- games.single_player.flow_free.example.create_config(args)¶
Create a game configuration based on arguments.
- Parameters:
args – Parsed command-line arguments.
- Returns:
Game configuration.
- Return type:
- games.single_player.flow_free.example.main()¶
Run the Flow Free game.
- games.single_player.flow_free.example.parse_arguments()¶
Parse command-line arguments.
- Returns:
Namespace with parsed arguments.