Added distutils configuration files.
[plusoumoins.git] / README.txt
blob2b6f960ceb8617f6149b79867e68fa7fdeaf333b
1 Plus ou Moins (version 0.1)
2 ---------------------------
3 Copyright (C) 2008, Naji Mammeri <naji.mammeri@gmail.com>.
4 Read license.txt for further information.
6 "Plus ou Moins" is a basic guess-the-number game written using PyGTK/Glade.
7 Even though the game in itself is absolutely useless, it might be considered as a tutorial for using PyGTK/Glade.
9 Installation
10 ------------
12 "Plus ou Moins" is composed of a single Python file, and thus doesn't require any installation. Just make sure that the 'pygtk', 'gtk' and 'gtk.glade' modules for Python are installed on your system, then type in an interactive prompt:
13 $ python plusoumoins.py
15 Authors
16 -------
18 See authors.txt.