A downloadable game

v1.2  is latest.

Pytems is a game where you can roll for items/materials .


There will be updates.


To roll for items, you type r and hit enter. To look in your inventory, type i and hit enter. To quit, you can either hold CTRL and hit C or you can type q and hit enter.


Most of the game was coded just by me but I did use AI for small parts and to figure out how to make the weight system. I used Claude (Anthropic).

Updated 10 days ago
Published 12 days ago
StatusIn development
AuthorbobTheConsoleDeveloper
TagsIndie
AI DisclosureAI Assisted, Code

Download

Download
Pytems_v1.0.zip 3.3 kB
Download
Pytems_V1.1.zip 3.6 kB
Download
Pytems_v1.2.zip 3.7 kB

Install instructions

If you're using windows, enter python -m pip install rich. If you're using linux or mac, type pip install rich, If that gives you an error, type sudo apt install python3-rich. Then cd into the main folder and type py main.py (for windows users) or python3 main.py (for linux/mac users)