modi123_1, on 26 January 2012 - 03:36 PM, said:
The wiki link is here. So far we've done some console projects including tictactoe. We're currently trying to learn more about objects, classes, pointers and references
The mIRC channel is on the gamesurge server and the channel is #projectl2c.
Our next project is going to be a simple Dungeon Crawler in console application. We just want a character that can move and when it moves into the space that a monster occupies it defeats that monster. The challenges we've encountered so far are:
- How to move the character in console without reprinting the board manually all the time
The lengend for the game is:
player = 1
walls = *
monsters = M
Boss = B (when boss dies game ends)
Sample Map Style
**********
*1*** M *
* *** ** *
* *** ** *
* M **B*
**********

New Topic/Question
Reply




MultiQuote







|