User Tools

Site Tools


boards:knight_s_tour:knight_s_tour

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:knight_s_tour:knight_s_tour [2014/12/15 23:18]
Ozyman [Scenarios]
boards:knight_s_tour:knight_s_tour [2017/04/18 23:49]
Ozyman
Line 7: Line 7:
 You play by jumping from knight to knight.  Some squares are 'dead' on the board, and cannot be occupied. You play by jumping from knight to knight.  Some squares are 'dead' on the board, and cannot be occupied.
  
 +**If you like the concept, but don't like any of the scenarios, you can design your own.  Take a look at this thread:**
 +http://www.wargear.net/forum/showthread/4165/Create_your_own_Knights_Tour_scenario
  
 ====== Borders ====== ====== Borders ======
Line 13: Line 15:
  
 {{:boards:knight_s_tour:knights_moves.jpg|The knight can attack any of the squares with an 'X' in it (assuming it is a valid move) }} {{:boards:knight_s_tour:knights_moves.jpg|The knight can attack any of the squares with an 'X' in it (assuming it is a valid move) }}
- 
-You do not need to leave any units behind, but if you abandon a square it will revert to neutral.  This also provides great freedom traveling around the board in the attack phase. 
- 
-The # of attacks allowed is the sqrt(length*width) rounded up. 
  
  
Line 23: Line 21:
 You may fortify between any two connected territories.  You may return to attack from fortify.   You may fortify between any two connected territories.  You may return to attack from fortify.  
  
-The # of fortifications allowed is the sqrt(of attacks) rounded up.  +The # of fortifications allowed is the sqrt(size of the board) rounded up (i.e. width or height for squares).  
  
 ====== Continents ====== ====== Continents ======
Line 37: Line 35:
 ====== Scenarios ====== ====== Scenarios ======
 ===8x8 Random - 2 players=== ===8x8 Random - 2 players===
-  * 8 Attacks 
   * 3 Fortifies   * 3 Fortifies
   * No extra vision borders   * No extra vision borders
Line 43: Line 40:
  
 ===8x8 Random - 3 player=== ===8x8 Random - 3 player===
-  * 8 Attacks 
   * 3 Fortifies   * 3 Fortifies
   * No extra vision borders   * No extra vision borders
Line 51: Line 47:
  
 ===Stripes=== ===Stripes===
-  * 20 attacks 
   * 4 Fortifies   * 4 Fortifies
   * Vision Borders for one extra hop   * Vision Borders for one extra hop
Line 68: Line 63:
 ====== Board Creation ====== ====== Board Creation ======
  
-This board (territories, borders, continents, images, etc.) was programmatically generated in python.  The board size and number of squares occupied by knights is set. Then the placement is done randomly with heuristics.  Finally XML and PNG files are created.  ([[:boards:knight_s_tour:python|More details]])+This board (territories, borders, continents, images, etc.) was programmatically generated in python.  The board size and number of squares occupied by knights is set. Then the placement is done randomly with heuristics or deterministically.  Finally XML and PNG files are created.  ([[:boards:knight_s_tour:python|More details]])
  
  
boards/knight_s_tour/knight_s_tour.txt ยท Last modified: 2017/04/18 23:49 by Ozyman