Sustainable Project

Contents:

  • Usage
  • API
  • guess
    • guess package
Sustainable Project
  • guess
  • View page source

guess

  • guess package
    • Submodules
    • guess.ai_logic module
      • AiLogic
        • AiLogic.anton_ai_difficulty()
        • AiLogic.end_turn_or_keep_going()
        • AiLogic.increment_turn_score()
        • AiLogic.johan_ai_difficulty()
        • AiLogic.liam_ai_difficulty()
        • AiLogic.rasmus_ai_difficulty()
        • AiLogic.reset_turn_score()
        • AiLogic.should_roll()
    • guess.data_handler module
      • DataHandler
    • guess.dice module
      • Dice
        • Dice.get_last_roll()
        • Dice.roll_dice()
    • guess.dice_hand module
      • DiceHand
        • DiceHand.get_last_roll()
        • DiceHand.get_roll_history()
        • DiceHand.roll_dice()
    • guess.game module
      • Game
        • Game.evaluate()
        • Game.game_status()
        • Game.npc_turn()
        • Game.player_turn()
        • Game.start()
    • guess.json_file_handler module
      • JSONFileHandler
        • JSONFileHandler.is_missing_or_empty()
        • JSONFileHandler.read()
        • JSONFileHandler.write()
    • guess.leaderboard_data_handler module
      • LeaderboardDataHandler
    • guess.main module
      • main()
    • guess.player module
      • Player
        • Player.get_user_id()
        • Player.get_username()
        • Player.set_username()
    • guess.shell module
      • Shell
        • Shell.do_EOF()
        • Shell.do_cheat()
        • Shell.do_exit()
        • Shell.do_namechange()
        • Shell.do_q()
        • Shell.do_quit()
        • Shell.do_roll()
        • Shell.do_rules()
        • Shell.do_start()
        • Shell.help_namechange()
        • Shell.intro
        • Shell.prompt
    • guess.user_data_handler module
      • UserDataHandler
        • UserDataHandler.add_user()
        • UserDataHandler.get_user_id()
        • UserDataHandler.update_username()
    • Module contents
Previous Next

© Copyright 2025, Anton Andersson.

Built with Sphinx using a theme provided by Read the Docs.