Difference between revisions of "Tutorial Project Evolutions"
From wiki.visual-prolog.com
m |
m |
||
Line 89: | Line 89: | ||
|type=file | |type=file | ||
|release=3 | |release=3 | ||
|description=[[ | |description=[[Tutorial Project. Release 3|N players. The type of the player (computer or human) - by choice.]] | ||
|target=Console | |target=Console | ||
|pe='''+''' | |pe='''+''' |
Revision as of 14:48, 20 October 2009
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.