AlexGalhardo / Python-CLI-RPG

Awesome CLI Turn Based RPG made with Python3 :smile:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


🧙‍♂️ Python CLI RPG 🧙‍♂️

UPDATE 2022

You can se the new TypeScript CLI RPG 2.0 version I'm refactoring from this python project here: https://github.com/AlexGalhardo/TypeScript-CLI-RPG

Introduction

  • I created this program in the early days of my programming studies at the university and during Gustavo Guanabara's Python course on YouTube
  • I created this project mainly to learn the basics of software development such as:
    • Object Oriented Programming
    • Import of modules and files
    • Clean Code, KISS, SOLID
    • Design Patterns
    • How to document a software
    • Tests
    • And so on.
  • The program is under development. I have been refactoring it over the years during my professional career as I develop my programming skills.

How To Use The Program

$ git clone https://github.com/AlexGalhardo/Python-CLI-RPG.git
$ cd Python-CLI-RPG
$ python3 main.py

Tools Used

Game In Action Images

python_1

python_2

python_3

python_4

python_5

python_6

python_7

python_8

python_9

python_10

python_11

License

MIT

Copyright (c) 2018-present, Alex Galhardo

About

Awesome CLI Turn Based RPG made with Python3 :smile:

License:MIT License


Languages

Language:Python 100.0%