Git Product home page Git Product logo

galaxywizard's Introduction

GalaxyWizard: an open-source tactical RPG made with python.

contributors :

INSTALLATION

GalaxyWizard is written in Python, so you'll need a Python version 3 interpreter to get anything working and install poetry, see https://python-poetry.org. It also depends on several Python modules; see the DEPENDENCIES section below if you have any problems. If you do have all the dependencies, you should be able to run the current demo just by running the main into main.py GalaxyMage script with a Python interpreter. From a shell, the following command should do the trick:

We use poetry to manage dependencies :

  • To install the dependencies run command : poetry install

  • To run locally use command : poetry run python src/main.py

  • For building the executable, use:

  • Windows: poetry run pyinstaller --onefile --windowed src/main.py

  • Linux: poetry run pyinstaller --onefile src/main.py

Users of graphical file managers can probably double-click the GalaxyWizard.exe to achieve the same effect.

DEPENDENCIES

You'll need a Python interpreter for your platform. See http://www.python.org for more details. GalaxyWizard is officially developed for Python version 3.

In addition to the standard Python distribution, you'll also need the following Python libraries:

  • Numeric

  • PyOpenGL

  • PyGame

  • Twisted

  • pyinstaller

PLAYING THE GAME

See the file doc/controls.txt for a quick primer on the game controls. Run GalaxyWizard with the -h option for help with command-line options:

$ python src/main.py -h

LICENSE

The GalaxyWizard source code is copyright (C) 2024 Jeremy Jeanne.

GalaxyWizard 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 2 of the License, or (at your option) any later version.

GalaxyWizard 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 GalaxyWizard; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

The data files used by GalaxyWizard (all under the directory src/assets) are copyright their individual authors. These files are redistributed with their authors' permission, typically under a Creative Commons or GPL license. To see the licensing terms for each of these files.

galaxywizard's People

Watchers

Jeremy Jeanne ๐Ÿโ˜• ๐Ÿ ๐Ÿฆโ€โฌ›๐Ÿ”ฅ 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.