Hi, so I'm having trouble creating a table that is used for a game. It needs to have 3 Human charaters (@), 2 Monsters (#), 3 Treasure Chests (*) and 4 Obstacles (O). The table needs to be 10 by 10 squares and gaps should be filled with .
It should kinda look something like this:
Code:
    1    2    3    4    5    6    7    8    9    10
1  .    @    .      *    .     .     .    .      .      .
2  .     .    .       .    .
...