コード例 #1
0
def Player4Turn():
    print("====Imperium Malum====")
    print("So it's the AI's turn")
    ai.EatFood(aiplayer=4)
    print()
    inv.Player4Inventory()
    ai.P4Move()
    ai.FoodCheck(aiplayer=4)
    input("Press [ENTER] to continue")