Tutorial Project Evolutions
From wiki.visual-prolog.com
Revision as of 12:26, 21 December 2007 by Victor Yukhtenko (talk | contribs)
This is an example of the evolution of the project development beginning from the initial idea till the today status. The very easy game have been chosen as the basic idea. We do not know the initial name of this game thus we call it Polyline.
Each release expands the functionality of the application. Moving along this way the code is modified and restructured or the only code is restructured and modified. Game description
- The game is played on an M x N board.
Game rules
- Each player on his turn adds a new point. The point must prolong the existing Polyline (or start the Polyline, if it doesn't exist).
- The resulting Polyline must be non-interrupted and each move can be taken in any of end of the line.
- The player, which locks the line (the point is set on the polyline), wins.
SRC | Release | Short Description | User Interface |
PE |
---|---|---|---|---|
file | 1 | Players: computer and human. The initial move by choice. | Console | |
file | 2 | New: Players - objects. The initial move of the computer - random. | Console | |
file | 3 | New: N players. The type of the player (computer or human) - by choice. | Console | |
file | 4 | New: Safe computer's move - random. The code of the player-computer restructured. | Console | |
file | 5 | New: Computer's move based on the prognosis on the depth K moves. The code reorganized. | Console | |
file | 6 | New: Multiple plays mode. Easy expansion of the list of players. The size of the field mutable. The code reorganized. | Console | |
file | 7 | New: MultiLanguage feature. The code reorganized. | Console |