Giter Club home page Giter Club logo

hades's Introduction

Hades

Run tests pre-commit.ci status Coverage Status GitHub

A procedurally generated bullet-hell dungeon crawler made in Python using Arcade.

How to run

Pre-compiled releases (preferred)

The preferred and easiest way to play Hades is by using the pre-compiled releases on GitHub. To play the game this way, follow these steps:

  1. Download and extract the latest release from here.
  2. Run the window.exe file to play the game.

Locally

Another way to play Hades is by cloning the repository and running it locally. To play the game this way, follow these steps:

  1. Clone the repository using git clone https://github.com/JackAshwell11/Hades.git.
  2. Ensure Poetry is installed and virtual environments are created in the project directory using poetry config virtualenvs.in-project true --local.
  3. Run poetry install --no-dev to install the dependencies needed to run the game.
  4. Run the window.py file in the hades directory to play the game. Optionally, you can run python hades in the CLI (make sure the virtual environment is active first).

While this way is more convoluted and unstable, it will allow you to access the latest version of the game with the newest features.

Building the game

You can also compile the game locally if you choose. To do so, follow these steps:

  1. Clone the repository using git clone https://github.com/JackAshwell11/Hades.git.
  2. Ensure Poetry is installed and virtual environments are created in the project directory using poetry config virtualenvs.in-project true --local.
  3. Run poetry install to install the dependencies needed to build the game.
  4. Either run the build.py file or run python -m build.py to build the game locally. Optionally, you can run make build if you have Make installed.

Contributing

See here for more details.

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.