Metadata-Version: 2.1
Name: glparchis
Version: 20221204
Summary: Parchís game
Home-page: https://github.com/turulomio/glparchis
Author: turulomio
Author-email: turulomio@yahoo.es
License: GPL-3
Keywords: parchís game
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# glParchis [![PyPI - Downloads](https://img.shields.io/pypi/dm/glparchis?label=Pypi%20downloads)](https://pypi.org/project/glparchis/) [![Github - Downloads](https://shields.io/github/downloads/turulomio/glparchis/total?label=Github%20downloads )](https://github.com/turulomio/glparchis/)

## Project links

Glparchis doxygen documentation:
    https://coolnewton.mooo.com/doxygen/glparchis/index.html

Game statistics
    http://glparchis.sourceforge.net/php/glparchis_statistics.php

## Snapshots

<img src="doc/glparchis-players-3.png" height="200"/> <img src="doc/glparchis-players-4.png" height="200"/> <img src="doc/glparchis-players-6.png" height="200"/> <img src="doc/glparchis-players-8.png" height="200"/>


## Install in Linux

If you use Gentoo you can find a ebuild in https://github.com/Turulomio/myportage/tree/master/games-board/glparchis

If you use other distribution compatible con pip, you need to run:

`pip install glparchis`

## Install in Windows as a python module

You need to install Python from https://www.python.org and add it to the PATH

You must open a console with Administrator privileges and type:

`pip install glparchis`

If you want to create a Desktop shortcut to launch glParchis you must write in console:

`glparchis_shortcuts.exe`

## Install in Windows as a standalone application

You need to download glparchis-X.X.X.exe from github release

Just execute it

## Dependencies

* https://www.python.org/, as the main programming language.
* https://pypi.org/project/PyQt5/, as the main library.
* https://pypi.org/project/pywin32/, to create shortcuts.
* https://pypi.org/project/PyOpenGL/, for OpenGL api.

## Authors

* Turulomio: Idea and development. English and spanish translations.
* Nadejda Adam: French translation

## Changelog

Please read the [CHANGELOG](CHANGELOG.md)
