hi. Is it possible to get some information about making a puzzle game. The object of the game is to move a man through a maze with objects and put a key in a keyhole to get out. I've figured out how to get the person trying to catch him to move towards him after he moves, but how would you represent a book or wall in the language. Thanks
manciini18 0 Newbie Poster
Recommended Answers
Jump to PostC or C++?
This type of game would be suited to C++, in my opinion. I would create a base class, CObject, which would represent an object in the game. It could contain variables such as position, veloctiy, state and dimensions (size). Then for a book, I would derive …
Jump to PostI did a nethack type game lin VB using an array and pictureboxes but thats not a particualy good idea for a serious game
All 5 Replies
John A 1,896 Vampirical Lurker Team Colleague
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
manciini18 0 Newbie Poster
John A 1,896 Vampirical Lurker Team Colleague
manciini18 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.