More Info

Revision 1291841

(Back to digest)
 

Features in Games

Wolfgang Rohdewald committed changes in /trunk/KDE/kdegames/kajongg/src:

more possibilities how to instantiate Hand()

so we can give Hand a pointer to Game.
This weakens the very strict API where Hand knows nil about Game
but that would probably be difficult to maintain longterm anyway.
In practice, the API is still the same - we do not have to define
a game but if we do we get better debug log messages (next commit)

File Changes

Modified 5 files
/trunk/KDE/kdegames/kajongg/src
 
/hand.py
 
/handboard.py
 
/intelligence.py
 
/player.py
 
/playfield.py
5 files changed in total