RolePlay onLine RPoL Logo

, welcome to Community Chat

01:22, 19th April 2024 (GMT+0)

Simple grid.

Posted by modestmouse
modestmouse
member, 185 posts
The Gods come summoned
or not-Jungs office sign
Sun 19 Apr 2015
at 07:06
  • msg #1

Simple grid

Some one posted awhile ago on making a simple grid out of code that could be used as a game map, it created a box with squares that you could place simple letters in.

like

[][]][X][]][]][]][]
[][][][][][]]][][]
[][][][][][][]]][]
[][][][]][][X]]]][]

only of course it was linear and would adapt to what was put in the box. Any help would be great.
Eggy
member, 543 posts
Sun 19 Apr 2015
at 07:41
  • msg #2

Re:  Simple grid

 X
o 

You can make simple grids using the bar: |

Like this:


| | X |
| o | |

More codes for easytables are in the FAQ. /help/content.cgi?t=help&page=easytable

Hope that helps.
lensman
member, 112 posts
Crestline, CA, -8 GMT
Sun 19 Apr 2015
at 07:46
  • msg #3

Re:  Simple grid

It may have been this? With text in code tags below

 ABCDEFGHIJKLMNOPQRSTUV
1                      
2                      
3                      
4                      
5                      
6                      
7                      
8                      
9                      
10                      
11                      
12                      
13                      
14                      
15                      
16                      
17                      
18                      
19                      
20                      
21                      
22                      
23                      
24                      
25                      
 ABCDEFGHIJKLMNOPQRSTUV

Code for the blank
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
|   | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 1 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 2 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 3 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 4 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 5 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 6 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 7 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 8 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 9 |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 10|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 11|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 12|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 13|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 14|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 15|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 16|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 17|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 18|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 19|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 20|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 21|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 22|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 23|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 24|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
| 25|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
|   | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
modestmouse
member, 186 posts
The Gods come summoned
or not-Jungs office sign
Sun 19 Apr 2015
at 18:07
  • msg #4

Re:  Simple grid

In reply to lensman (msg # 3):

Yes lensman that is the one!
icosahedron152
member, 458 posts
Mon 20 Apr 2015
at 06:36
  • msg #5

Re:  Simple grid

You can do the same thing with Easy Tables for less effort:
(Quote this message to see the code)

 ABC
1   
2   
3   

lensman
member, 113 posts
Crestline, CA, -8 GMT
Mon 20 Apr 2015
at 07:25
  • msg #6

Re:  Simple grid

It is more compact and less keystrokes, thanks for the info icosahedron152

 ABCDEFGHIJKLMNOPQRSTUVWXYZ
1                          
2                          
3                          
4                          
5                          
6                          
7                          
8                          
9                          
10                          
11                          
12                          
13                          
14                          
15                          
16                          
17                          
18                          
19                          
20                          
21                          
22                          
23                          
|  |=A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|
| 1|  | | | | | | | | | | | | | | | | | | | | | | | | | |
| 2|  | | | | | | | | | | | | | | | | | | | | | | | | | |
| 3|  | | | | | | | | | | | | | | | | | | | | | | | | | |
| 4|  | | | | | | | | | | | | | | | | | | | | | | | | | |
| 5|  | | | | | | | | | | | | | | | | | | | | | | | | | |
| 6|  | | | | | | | | | | | | | | | | | | | | | | | | | |
| 7|  | | | | | | | | | | | | | | | | | | | | | | | | | |
| 8|  | | | | | | | | | | | | | | | | | | | | | | | | | |
| 9|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|10|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|11|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|12|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|13|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|14|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|15|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|16|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|17|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|18|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|19|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|20|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|21|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|22|  | | | | | | | | | | | | | | | | | | | | | | | | | |
|23|  | | | | | | | | | | | | | | | | | | | | | | | | | |
This message was last edited by the user at 07:25, Mon 20 Apr 2015.
Sign In