all repos — Legends-RPG @ c8c978caaa85a509379d81f3772d64982bbaca1a

A fantasy mini-RPG built with Python and Pygame.

.gitignore (view raw)

 1*.py[cod]
 2*.idea
 3
 4*.swp
 5*.swo
 6*.p
 7# C extensions
 8*.so
 9
10# Packages
11*.egg
12*.egg-info
13.DS_Store
14dist
15build
16eggs
17parts
18bin
19var
20sdist
21develop-eggs
22.installed.cfg
23lib
24lib64
25__pycache__
26
27# Installer logs
28pip-log.txt
29
30# Unit test / coverage reports
31.coverage
32.tox
33nosetests.xml
34
35# Translations
36*.mo
37
38# Mr Developer
39.mr.developer.cfg
40.project
41.pydevproject