<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Grid System Movement</title><link>https://sourceforge.net/p/warrpg/wiki/Grid%2520System%2520Movement/</link><description>Recent changes to Grid System Movement</description><atom:link href="https://sourceforge.net/p/warrpg/wiki/Grid%20System%20Movement/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 06 May 2012 15:29:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/warrpg/wiki/Grid%20System%20Movement/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Grid System Movement modified by Robert Dugger</title><link>https://sourceforge.net/p/warrpg/wiki/Grid%2520System%2520Movement/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -13,44 +13,40 @@
  - "UP"
  - "Up"
  - "up"
-
-
+ - 
  - "NORTH"
  - "North"
  - "north"
 
 
 It allows you to use multiple variants of the "Down", and "South" command in order to move downwards. Accepted variants are:
 
  - "DOWN"
  - "Down"
  - "down"
-
-
+ - 
  - "SOUTH"
  - "South"
  - "south"
 
 
 It allows you to use multiple variants of the "Left", and "West" command in order to move upwards. Accepted variants are:
 
  - "LEFT"
  - "Left"
  - "left"
-
-
+ - 
  - "WEST"
  - "West"
  - "west"
 
 
 It allows you to use multiple variants of the "Right", and "East" command in order to move upwards. Accepted variants are:
 
  - "RIGHT"
  - "Right"
  - "right"
-
-
+ - 
  - "EAST"
  - "East"
  - "east"
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Dugger</dc:creator><pubDate>Sun, 06 May 2012 15:29:41 -0000</pubDate><guid>https://sourceforge.net17a615ee14ad9c92d1e81949a8a81bdf1107a8bc</guid></item><item><title>WikiPage Grid System Movement modified by Robert Dugger</title><link>https://sourceforge.net/p/warrpg/wiki/Grid%2520System%2520Movement/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -14,38 +14,42 @@
  - "Up"
  - "up"
 
+
  - "NORTH"
  - "North"
  - "north"
 
 
 It allows you to use multiple variants of the "Down", and "South" command in order to move downwards. Accepted variants are:
 
  - "DOWN"
  - "Down"
  - "down"
 
+
  - "SOUTH"
  - "South"
  - "south"
 
 
 It allows you to use multiple variants of the "Left", and "West" command in order to move upwards. Accepted variants are:
 
  - "LEFT"
  - "Left"
  - "left"
 
+
  - "WEST"
  - "West"
  - "west"
 
 
 It allows you to use multiple variants of the "Right", and "East" command in order to move upwards. Accepted variants are:
 
  - "RIGHT"
  - "Right"
  - "right"
+
 
  - "EAST"
  - "East"
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Dugger</dc:creator><pubDate>Sun, 06 May 2012 15:29:17 -0000</pubDate><guid>https://sourceforge.net0a6cf744fdf7460c5d3e43f193903c96a1ccbb40</guid></item><item><title>WikiPage Grid System Movement modified by Robert Dugger</title><link>https://sourceforge.net/p/warrpg/wiki/Grid%2520System%2520Movement/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,33 +1,37 @@
 [Grid System Movement] was the first feature added to the game. It was technically the feature that the basic engine was made of, and all other features were put on-top of it. 
 
 To begin moving, you must give any variant of the "Move" command. Accepted variants are:
+
  - "MOVE"
  - "Move"
  - "move"
 
 And to be added later, it will also allow the same variants of "Movement" to be used to begin the process.
 
 It allows you to use multiple variants of the "Up", and "North" command in order to move upwards. Accepted variants are:
+
  - "UP"
  - "Up"
  - "up"
 
  - "NORTH"
  - "North"
  - "north"
 
 
 It allows you to use multiple variants of the "Down", and "South" command in order to move downwards. Accepted variants are:
+
  - "DOWN"
  - "Down"
  - "down"
 
  - "SOUTH"
  - "South"
  - "south"
 
 
 It allows you to use multiple variants of the "Left", and "West" command in order to move upwards. Accepted variants are:
+
  - "LEFT"
  - "Left"
  - "left"
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Dugger</dc:creator><pubDate>Sun, 06 May 2012 15:28:53 -0000</pubDate><guid>https://sourceforge.net13b9444550aacb28b3db9307d551f0aa2a9829b1</guid></item><item><title>WikiPage Grid System Movement modified by Robert Dugger</title><link>https://sourceforge.net/p/warrpg/wiki/Grid%2520System%2520Movement/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,1 +1,51 @@
-[Grid System Movement] was the first feature added to the game. It was technically the feature that the basic engine was made of, and all other features were put on-top of it. The way it works is that the Game Loop starts by listing off your current location (the Name of the tile you're on), and then gives you your X/Y coordinates. Movement in the game is based around an X/Y coordinate grid.
+[Grid System Movement] was the first feature added to the game. It was technically the feature that the basic engine was made of, and all other features were put on-top of it. 
+
+To begin moving, you must give any variant of the "Move" command. Accepted variants are:
+ - "MOVE"
+ - "Move"
+ - "move"
+
+And to be added later, it will also allow the same variants of "Movement" to be used to begin the process.
+
+It allows you to use multiple variants of the "Up", and "North" command in order to move upwards. Accepted variants are:
+ - "UP"
+ - "Up"
+ - "up"
+
+ - "NORTH"
+ - "North"
+ - "north"
+
+
+It allows you to use multiple variants of the "Down", and "South" command in order to move downwards. Accepted variants are:
+ - "DOWN"
+ - "Down"
+ - "down"
+
+ - "SOUTH"
+ - "South"
+ - "south"
+
+
+It allows you to use multiple variants of the "Left", and "West" command in order to move upwards. Accepted variants are:
+ - "LEFT"
+ - "Left"
+ - "left"
+
+ - "WEST"
+ - "West"
+ - "west"
+
+
+It allows you to use multiple variants of the "Right", and "East" command in order to move upwards. Accepted variants are:
+
+ - "RIGHT"
+ - "Right"
+ - "right"
+
+ - "EAST"
+ - "East"
+ - "east"
+
+
+The way it works is that the Game Loop starts by listing off your current location (the Name of the tile you're on), and then gives you your X/Y coordinates. Movement in the game is based around an X/Y coordinate grid.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Dugger</dc:creator><pubDate>Sun, 06 May 2012 15:28:11 -0000</pubDate><guid>https://sourceforge.netf108748fbc1ecb735e8b2338374d2a37cb2bc676</guid></item><item><title>WikiPage Grid System Movement modified by Robert Dugger</title><link>https://sourceforge.net/p/warrpg/wiki/Grid%2520System%2520Movement/</link><description>[Grid System Movement] was the first feature added to the game. It was technically the feature that the basic engine was made of, and all other features were put on-top of it. The way it works is that the Game Loop starts by listing off your current location (the Name of the tile you're on), and then gives you your X/Y coordinates. Movement in the game is based around an X/Y coordinate grid.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Dugger</dc:creator><pubDate>Sun, 06 May 2012 15:06:33 -0000</pubDate><guid>https://sourceforge.net4c751feda2dc3ed124ce4e453e29ad387b66d160</guid></item></channel></rss>