User:Madrigal9

From RogueBasin
Revision as of 13:33, 19 May 2009 by Madrigal9 (talk | contribs) (Newbie programmer and future RL maker)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Greetings all,

I am learning C++ from a Dummies book and writing a RL to push myself as a programmer.

My first logic issue was a 4D array with a 10x10 grid of 100x100 squares and I did all of the math and created a simple, working map.

I am now starting over using classes to include handles and CHAR_INFO to make colorful terrain.

My pet peeve: the player must remain centered and the map must scroll.

How can I upload the small (1 MB in RAM) version of the map for comments? (BTW the large 100x100x100x100 map takes 100MB to run - rmember I am just learning)

madrigal9@aol.com