Search found 3 matches
- Tue Apr 01, 2008 9:56 pm
- Forum: Programming
- Topic: my attempt at a game. [c++]
- Replies: 3
- Views: 946
try a 2D array for the board. example: unsigned char Map[5][5] = {{0,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}}; You can preset territories on the map board by changing the 2D array. To read the array: // Prints map (windows.h) template <typename T> void textAt(int x, int y, int c...
- Wed Aug 16, 2006 7:51 pm
- Forum: Downloads
- Topic: [Trial Mod] ARMED HELL! V3 1st Post!
- Replies: 85
- Views: 14503
- Thu Jul 27, 2006 11:02 am
- Forum: Outstanding Mods
- Topic: Forest Gulch, not just another Spark Edit 3 map!! Must see!!
- Replies: 207
- Views: 160676