Skip to content

Untitled Text RPG is a Python-based command-line adventure where each playthrough generates a new world, enemies, and objectives. Features include combat, stealth, quests, inventory, and autosave. Designed as a modular RPG engine for future 2D expansion.

Notifications You must be signed in to change notification settings

MiloDaGod/Python_RPG-UNTITLED-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Python_RPG UNTITLED

Procedural Text RPG

  • Procedural Text RPG is a Python-based command-line adventure where every playthrough generates a new world, enemies, and objectives. It’s designed as a modular RPG engine ready for future 2D expansion.

Features

Procedural world generation

Combat and stealth system

Dynamic quests and objectives

Inventory management

Save and load support

Optional ending after quest completion

Requirements

Python 3.10 or newer

Use text commands like:

north, south, east, west fight, sneak, rest, take, stats, help, quit, end

Save System

The game auto-saves progress to save.json in the same directory. Deleting this file resets the world.

Developer Credits

Developed by Milo and contributors. Contributions, suggestions, and forks are welcome.

License

This project is licensed under the MIT License.

To add it to your GitHub repo:

In your project folder, create a new file named LICENSE.

Paste the MIT License text below:

MIT License

Copyright (c) 2025 Milo King

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Developers

Kazari (Lead Developer) — Game logic, procedural generation, and design

Contributors — Open-source community

About

Untitled Text RPG is a Python-based command-line adventure where each playthrough generates a new world, enemies, and objectives. Features include combat, stealth, quests, inventory, and autosave. Designed as a modular RPG engine for future 2D expansion.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published