haive.games.single_player.flow_free.example =========================================== .. py:module:: haive.games.single_player.flow_free.example .. autoapi-nested-parse:: 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 --------- .. autoapisummary:: haive.games.single_player.flow_free.example.create_config haive.games.single_player.flow_free.example.main haive.games.single_player.flow_free.example.parse_arguments Module Contents --------------- .. py:function:: create_config(args) Create a game configuration based on arguments. :param args: Parsed command-line arguments. :returns: Game configuration. :rtype: FlowFreeConfig .. py:function:: main() Run the Flow Free game. .. py:function:: parse_arguments() Parse command-line arguments. :returns: Namespace with parsed arguments.