Skip to content

dangillet/Pythoria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Pythoria est un projet de jeu de rôle sous console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages