kwoolter / TowerApp

First arcade adventure game creation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Tower

The Tower by 🐒 kwoolter ©️ 2016

Requirements

Getting Started

  • Install the requirements
  • Associate python 3.2 with the project
  • Use run.py to start the application
  • Tower.hst contains the high score table

The Story

Find the golden chalices hidden in the four worlds of the dying realm. Use speed, skill, patience and magical items to find your way. Collect treasures to boost your score. Watch out for your health level! Game over if it gets to 0.

Good luck!

Screen Shots

title game1
game2 game3

Controls

  • Move player - W,A,S,D or Cursor keys
  • Pause - space bar
  • Change player name - "N" from title screen

Structure

The towerrpg module contains all of the files for the game:-

  • towerrpg\game.py - main game engine (model) - Player, Floor, TowerRPG, FloorBuilder
  • towerrpg\graphics.py - classes to display the game (view) - FloorView, ScoreView
  • towerrpg\main.py - the main pygame loop (controller)
  • towerrpg\KWGameClasses.py - high score table code
  • towerrpg\eztext.py - text input function for pygame. Used to enter player's name
  • towerrpg\resources\ - folder contains all of the graphics files (.png)

About

First arcade adventure game creation.

License:Other


Languages

Language:Python 100.0%