GithubHelp home page GithubHelp logo

ersake / pixel-dungeon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mdsimmo/pixel-dungeon

0.0 0.0 0.0 4.84 MB

Traditional roguelike game with pixel-art graphics and simple interface

License: GNU General Public License v3.0

Java 100.00%

pixel-dungeon's Introduction

Pixel Dungeon

This is a fork of Watabou's Pixel Dungeon. This repo adds no new features, but aims to make setting up Pixel Dungeon a much easier process which everyone can easilly build off.

To setup Pixel Dungeon:

  1. Fork this repo
  2. Clone the forked repo (note the "--recursive" part): git clone --recursive https://github.com/your-name/pixel-dungeon
  3. Start Intellij/Android Studio
  4. Go to File->Open and select the cloned repo
  5. You're done :)

Note that the PD-classes library is included as a submodule in the 'game-engine' directory. If you want to make changes to that library, you'll need to fork the PD-classes library found here: https://github.com/mdsimmo/PD-classes

What's different?

Primarilly, this repo has all the gradle build files included so you can easilly start using the project with an IDE.

This project also fixes several small compile issues and several oddities in the code.

Common prolems

Opening the project in Android Studio results in "Configuration with name 'default' not found"

That's probably because you cloned the repo without the '--recursive' part. To fix it, run the following from the projects root directory:

git submodule init
git submodule update
cd game-engine
git checkout master

pixel-dungeon's People

Contributors

mdsimmo avatar watabou avatar

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.