文件名称: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 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.