Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1013 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 1013 Bytes

Pythoria

Pythoria est un projet de jeu de rôle sous console. Son but est l'apprentissage du Python et des architectures de programmation.

Au programme:

  • Un modèle MVC pas trop strict.
  • Un peu de unittesting.
  • Utilisation de Git pour le versionnage.

Promoteur du projet: Buffalo974

To install all librarys (pygcurse)

pip3 install -r requirements.txt

How to get pygame on Linux, Windows and Mac ?

Linux (archlinux like)

But can't install pygame with pip, so if you're archlinux like user, do :

yaourt -S python-pygame-hg

For Windows

I would recommend to go on this website http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame and find the correct version.

Download in a folder, and open a console in that folder. Do pip3 install the_name_of_the_file_downloaded.whl

on a Mac

As I'm not on a Mac, I'm not 100% sure. But here is a website explaining fairly well how to do that: http://florian-berger.de/en/articles/installing-pygame-for-python-3-on-os-x/