Skip to content
Tim Bird edited this page Nov 23, 2022 · 3 revisions

Welcome to the python-text-games wiki!

On this site we will describe the development of the 'knight-training' text adventure game.

Introduction

This game was originally created as a sandbox for showing off features of github to a group of Sony employees, as part of internal Open Source software community training.

The game was copied from some code on StackOverflow See the licence discussion page for a discussion of license issues with this code.

First game

The first (and so far only) game is 'knight-training', which is a very simple text-based game that has the player move through a sequence of rooms and battle different monsters.

Clone this wiki locally