descriptionJeu basique de "Plus ou moins" développé en Python avec GTK/Glade.
homepage URLhttp://yemsel.free.fr/plusoumoins/
ownernaji.mammeri@gmail.com
last changeWed, 27 Aug 2008 21:14:29 +0000 (27 22:14 +0100)
content tags
add:
README.txt
Plus ou Moins (version 0.1)
---------------------------
Copyright (C) 2008, Naji Mammeri <naji.mammeri@gmail.com>.
Read license.txt for further information.

"Plus ou Moins" is a basic guess-the-number game written using PyGTK/Glade.
Even though the game in itself is absolutely useless, it might be considered as a tutorial for using PyGTK/Glade.

Installation
------------

"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:
$ python plusoumoins.py

Authors
-------

See authors.txt.
shortlog
2008-08-27 Naji MammeriAdded distutils configuration files.master
2008-08-26 Naji MammeriRemoved useless repetition of the 'callbacks' dictionary.
2008-08-26 Naji MammeriAdded the execution bit to plusoumoins.py
2008-08-26 Naji MammeriAdded a .gitignore file.
2008-08-26 Naji MammeriInitial commit.
heads
15 years ago master