GithubHelp home page GithubHelp logo

heroquest_assistant's Introduction

HeroQuest Assistant

A character assistant for the HeroQuest tabletop game.

Table of Contents

About

This little Application is an Assistant for the tabletop game HeroQuest. The main purpose of the app is to give players the possibility to save their game characters between game sessions, so that they don't have to keep the character sheet paper which is easily lost or damaged. It automatically builds the docker image and pushes it to the docker hub repository

Requirements

To be able to be run HeroQuest Assistant on a machine, you have to have Docker and Docker Compose installed on said machine.

It was tested and developed on following package and OS versions:

  • Debian GNU/Linux 11 (bullseye)
  • Python 3.9.2
  • Docker version 24.0.5, build ced099
  • Docker Compose version v2.20.2

Installation

The HeroQuest Assistant can be installed in three simple steps

git clone https://github.com/hoganton/heroquest_assistant.git
cd heroquest_assistant
docker compose up -d

Those three steps clone the repository, change the directory into the newly cloned Git repo and then start it up with the help of Docker Compose.

Usage

To Run the Flask Application without Docker and Docker Compose you have to have Python installed and run a few Bash commands, it is recommended that you use a Python Virtual Environment for that:

  1. Change into the flask_app directory
cd flask_app
  1. Install the Python/pip requirements
pip install -r requirements.txt
  1. Start the Flask app
flask run

Contributing

Contributions are welcome! If you'd like to contribute to the project, follow these steps:

  1. Fork the repository and create a new branch.
  2. Make your changes and test them locally.
  3. Submit a pull request with a detailed description of your changes.

License

This project is licensed under the MIT License . Feel free to use and modify the code according to the terms of the license.

heroquest_assistant's People

Contributors

hoganton avatar

Watchers

 avatar

heroquest_assistant's Issues

Game View

Create a "Game View" where the Heros Body points and equipment can be tracked live during a game session. Style preferably for mobile devices.

Game Session table

Expand app with a session table to link heroes and user to game sessions/evenings.

Rework GUI

Reworke the GUI with Bootrstrap (Boilerplates) probably

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.