User:Madrigal9

From RogueBasin
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.

If I ever get a web page together, I will post the .exe file for comments.

If anyone wants to see my proof of concept map, email me and I will email it as an .ex_ file.

madrigal9@aol.com


Here is a link to the screenshot. Screenshot of player centered map

Here is a link to my colorized boxes, but no mapping function yet. Screenshot of color box test #13

Thanks Paul and Nathan for posting and file sharing tips.