Skip to content
Tim Bird edited this page Jan 11, 2023 · 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 issues 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.

Usage for Sony training class

This repository is used for a Sony training class that includes hands-on work with github.

To save a class's data, and reset the project to the start, follow the steps on the Reset Code page.

Clone this wiki locally