Coder Social home page Coder Social logo

unternehmen / dirt Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 1.0 7.2 MB

A first-person, turn-based adventure game written in Pygame.

License: GNU General Public License v3.0

Python 100.00%
game pygame adventure-game fantasy retro first-person dungeon-crawler

dirt's Introduction

What is "dirt"?

A first-person, turn-based adventure game written in Pygame.

Running

If you just want to play the game (without developing it), I recommend installing it with pip in one of the following ways.

To install it straight from Github (requires Git):

pip install git+https://github.com/unternehmen/dirt

To install it from a downloaded copy:

cd dirt-0.1.0   # Or whichever version you have
pip install .

After it is installed, you can run it with this command:

dirt

Developing

If you want to develop the game, you should install it in a different way. Clone the repository with Git, i.e.:

git clone https://github.com/unternehmen/dirt

Then, navigate to the directory and install dirt as "editable":

cd dirt
pip install -e .

Once it is installed, you can work on the source code as much as you want, and the installed copy will stay updated. To run the program, just run the command:

dirt

Screenshots

In this image, the player is in the city near a thin column and a passage into the city wall.

In this image, the player is interacting with a giant mouse in a hallway.  The player's options are "Attack", "Back away slowly", "Bide", and "Ignore".

In this image, the player stands in a grassy field under the night sky.  There are white trails heading various directions on the ground.

In this image, the player is meeting the leader of the city.  The player's options are "Bow", "Beg", "Talk about...", and "Depart".

License

Copyright (C) 2017 Chris Murphy and Charlie Murphy

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/.

dirt's People

Contributors

chillycider avatar unternehmen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

alicelisak

dirt's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.