https://github.com/stanislavkozlovski/python_wow
A console RPG game inspired by the Warcraft universe.
https://github.com/stanislavkozlovski/python_wow
console-game game python-3-6 python-adventure-game rpg-game sqlalchemy warcraft-universe
Last synced: 17 days ago
JSON representation
A console RPG game inspired by the Warcraft universe.
- Host: GitHub
- URL: https://github.com/stanislavkozlovski/python_wow
- Owner: stanislavkozlovski
- License: mit
- Created: 2016-08-07T22:18:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T09:47:27.000Z (about 2 years ago)
- Last Synced: 2025-04-01T23:51:40.432Z (25 days ago)
- Topics: console-game, game, python-3-6, python-adventure-game, rpg-game, sqlalchemy, warcraft-universe
- Language: Python
- Homepage:
- Size: 910 KB
- Stars: 26
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A console turn-based RPG game inspired by the Warcraft universe, written in Python 3.6 using SQLAlchemy.
[](https://codeclimate.com/github/Enether/python_wow)
[](https://travis-ci.org/Enether/python_wow)![]()
The game itself is turn-based and works through user text commands.
The goal with this pet project is to create a somewhat complex game with good code structure, tests and documentation but most important of all: to learn how to handle a project bigger than 500 lines of code.
It's still very basic and I suggest that you download it and play around to see what it's about.
I have never had another project open to contributors before, so if anything is unclear or needs improvement please contact me - [email protected]# Documentation
Still a work in progress
https://python-wow.readthedocs.io# Dependancies
You will need the termcolor module to get this project running.
Downloadable here: https://pypi.python.org/pypi/termcolor
You will also need SQLAlchemy.
Downloadable from here: https://www.sqlalchemy.org/download.html or using `pip3 install sqlalchemy`How to contribute: https://guides.github.com/activities/contributing-to-open-source/