Question subject: Need help getting started on a small java game?
Posted: Thu Feb 25, 2010 1:32 am
Joined: Thu Feb 25, 2010 1:24 am Posts: 1 Has thanked: 0 time Have thanks: 0 time
Hello.. Well i need some help getting started with this small project can you guys help me? "Design a program to play a game. The program will consist of one or more classes. Each class will have a state and operations to provide its services.
A player moves through rooms looking for a demon. Each room has from one to four doors, in the directions north, south, east, and west. The player does not know which doors a room has. The player does not know which room contains the demon. The player can ask a room if it has a door in a given direction but each question costs one point. The player can ask the room it is in to beam it to the room in a given direction. If the room does not exist it costs three points and nothing happens. The player remains in the current room. When the player enters the room with the demon the game ends. The objective is to find the demon with the minimum cost."
Im not even sure how to start all I know that I need to create a Room class and a Player class
msi_333
Question subject: Re: Need help getting started on a small java game?
Posted: Thu Feb 25, 2010 2:02 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
do you need graphics in this game or just the logic . One of the coolest game i made , is monster 2d , it is not for production , it just for learning .