REx Reincarnated inspired game made in Python
[made by terminite]
in this discord server you can:
- share rare ore finds!
- talk with our developer and community!
- get support when something goes wrong during installation!
- Suggest ores that can be added to the game!
Your inventory is stored in a file named "inventory.txt", It is created on launch, but is reused in future launches
When you hear a sound, it could be any of these tiers!
1/10,000-49,999 = Chill
1/50,000-99,999 = Skip
1/100,000-499,999 = Ringing
1/500,000-999,999 = Blur
1/1,000,000-12,500,000 = Unfath
1/12,500,000-21,500,000 = Otherworldly
1/21,500,000-47,500,000 = Zenith
1/47,500,000-80,000,000 = Ethereal
1/80,000,000-275,000,000 = Celestial
1/275,000,000-500,000,000 = Cosmic
1/500,000,000-750,000,000 = Mystical
1/750,000,000+ = Divine
There is no objective. Just get rare ores and flex.
When closing the game your stats can reset because the inventory file gets wiped due to unknown reasons.
When opening the game, an index of all the ores gets created in the same folder containing the .py file
When new ores gets added, it gets fetched from the 'serversidedorelist.json' file on startup.
Press "CTRL + ~" before quitting to safely save and exit the mine.
There's enigmatic+ Discord tracking built into the game. Add your own discord webhook link, and it will show up.
If it stops generating ores... Prepare
You need python and pip in order to play Untitled Console Game,
Run the following command:
pip install -r requirements.txt
if any errors pop up, try this!
pip install colorama
pip install discord_webhook
pip install keyboard
pip install requests
pip install playsound==1.2.2
pip install pyyaml
We install playsound 1.2.2 because on newer versions it can cause an error.
Enjoy Untitled Console Game!