Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turulomio/glparchis
Parchís game in OpenGL
https://github.com/turulomio/glparchis
board-game game parchis
Last synced: 6 days ago
JSON representation
Parchís game in OpenGL
- Host: GitHub
- URL: https://github.com/turulomio/glparchis
- Owner: turulomio
- License: gpl-3.0
- Created: 2018-11-15T18:38:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T17:42:10.000Z (9 months ago)
- Last Synced: 2024-12-08T03:37:00.244Z (26 days ago)
- Topics: board-game, game, parchis
- Language: Python
- Homepage:
- Size: 6.84 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.htmlGame statistics
http://glparchis.sourceforge.net/php/glparchis_statistics.php## Snapshots
## 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)