Skip to content

mateusalves/TextAdventurePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Adventure in Python

This is a text adventure game in Python. It was created based on the lectures in the book Learn Python the Hard Way by Zed A. Shawn.

Goals

  • Practice Object Oriented Programming.
  • Reviewing some Python concepts.

Story

You are in the final quest to conquer a dungeon. However, in order to defeat the final bosses you must win on their own challenge games.

Running:

A. Main application:

In src/

python main.py

B. Individual Moduels: In src/

python tictactoe.py
python hangman.py
python lord_of_war.py

Testing:

In TextAdventurePython/

python -m unittest

Screenshots:

Text Adventure

Alt text

TicTacToe Module

Alt text

Hangman Module

Alt text

Lord of War Module

Alt text

About

A text adventure game written in Python. Inspired by Zed A. Shawn LPTHW books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages