Infinite Battle RPG is an offline RPG where the player can face an infinite number of rounds.
The executable file is downloadable at https://github.com/PythonApkDev/PythonApkDev.github.io/blob/main/beginner-projects/INFINITE_BATTLE_RPG/INFINITE_BATTLE_RPG/dist/infinite_battle_rpg/infinite_battle_rpg.
Python code used to create the game is available in https://github.com/PythonApkDev/PythonApkDev.github.io/blob/main/beginner-projects/INFINITE_BATTLE_RPG/INFINITE_BATTLE_RPG/infinite_battle_rpg.py.
pip install INFINITE_BATTLE_RPG
First, open by double-clicking the file "infinite_battle_rpg". How the executable file looks like is shown in the image below (the file is enclosed with a red rectangle).
After you run the game, you will be asked to enter your name. Then, you will be redirected to the main menu.
After you enter your name, you will be asked whether you want to continue playing the game or not.
During gameplay, you can battle in an infinite number of rounds. You will be back to the first round once you are defeated by the enemy. You will keep proceeding to the next round if you win the battle.