Difference between revisions of "Tutorial Project Evolutions"
From wiki.visual-prolog.com
m |
m |
||
Line 17: | Line 17: | ||
|type=project | |type=project | ||
|release=11 | |release=11 | ||
|description=[[Game Polyline. Release 11|Projects family with different | |description=[[Game Polyline. Release 11|Projects family with different kinds of UI - Console, ObjectConsole, Windows. The usage of Libraries. New Player added.]] | ||
|target=Con/Win | |target=Con/Win | ||
|pe='''+''' | |pe='''+''' |
Revision as of 23:04, 10 December 2008
This is an example of the evolution of the project development beginning from the initial idea till the today status. A very easy game has been chosen as the basic idea. We do not know the initial name of this game so we call it Polyline.
Each release expands the functionality of the application. Moving along the way the code is extended, modified and restructured or only 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.