Skip to content

DaveDson/Ponyhack

Repository files navigation

Ponyhack: An equestrian roguelike

Introduction

This is the beginnings of a game in which the player will be able to explore the magical world of Equestria, interacting with the ponies and beating up various monsters and bad guys. Currently little more than a character moving around a screen.

How To Play

Simply download and run main.py through a Python 2.7.3 interpreter.

Archetecture

This program was written in Python version 2.7.3

It relies heavily on the libtcod library for roguelikes, version 1.5.1. Documentation for libtcod can be found at http://doryen.eptalys.net/data/libtcod/doc/1.5.1/index2.html

License

Copyright (C) 2013 Anonymous

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages