文件名称:adventure
介绍说明--下载内容均来自于网络,请自行研究使用
When the game starts, the player is in the lobby of the castle. Then the program shows information about the lobby:name of the room, how many exits are there, and names of all exits (e.g.: "east", "south", "up"), like:
Welcome to the lobby. There are 3 exits: east, west and up.
Enter your command:
The player then can input "go" followed by the name of one exit to enter the room connected to that door, like:
go east
The player goes into the room to the east. The program shows the information about that room, like what happened in the lobby just now. And the player may input command to choose another room.
Once the player enters a room with a monster, the program shows a message and game over. Once the player enters the room of princess, the program shows a message about the princess, and the princess is going to leave with the player. The player then has to find their way out the castle. The only way to leave the castle is via the lobby.(Adventure is a CLI game. The player has to explore in the castle with many levels and a lot of rooms. The task of the player is to find a room where the princess is prisoned and take her leave the castle. There are many types of rooms, and each type of room has different types of exits. Note that there's a monster in one of the rooms, which the exact location is not able to be aware. But once the player meets a monster, the game is over.)
Welcome to the lobby. There are 3 exits: east, west and up.
Enter your command:
The player then can input "go" followed by the name of one exit to enter the room connected to that door, like:
go east
The player goes into the room to the east. The program shows the information about that room, like what happened in the lobby just now. And the player may input command to choose another room.
Once the player enters a room with a monster, the program shows a message and game over. Once the player enters the room of princess, the program shows a message about the princess, and the princess is going to leave with the player. The player then has to find their way out the castle. The only way to leave the castle is via the lobby.(Adventure is a CLI game. The player has to explore in the castle with many levels and a lot of rooms. The task of the player is to find a room where the princess is prisoned and take her leave the castle. There are many types of rooms, and each type of room has different types of exits. Note that there's a monster in one of the rooms, which the exact location is not able to be aware. But once the player meets a monster, the game is over.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
source code\main.cpp | 1844 | 2018-04-23 |
source code\castle.hpp | 5162 | 2018-04-23 |
source code\room.hpp | 2509 | 2018-04-23 |
source code | 0 | 2018-04-23 |
input file.txt | 955 | 2018-04-23 |
main.exe | 2012467 | 2018-04-23 |
readme.txt | 357 | 2018-04-23 |