jessingrass / text_based_adventure_game

text based adventure game using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text_Based_Adventure_Game

A text based adventure game built using Python.
MIT license contributions welcome Open Source Love png2

Concepts used : 📝

  • Class

  • File handling

  • Other basics like loop , dictionary ,list, string and its methods, random e.t.c

Insight :

Like normal text based adventure games, this game is divided into various breakpoints. Each breakpoint is assigned with unique id . All the informations like allowed path to proceed, view of surrounding etc are then tagged to the corresponding id.

About

text based adventure game using Python


Languages

Language:Python 100.0%