library_world

所属分类:游戏引擎
开发工具:HTML
文件大小:315KB
下载次数:0
上传日期:2017-06-21 23:19:55
上 传 者sh-1993
说明:  从加思·尼克斯的《阿布霍森三部曲》中的克莱尔图书馆开始的文本冒险。library.py是游戏引擎。
(Text adventure starting in the Clayr s library from Garth Nix s Abhorsen trilogy. library.py is the game engine.)

文件列表:
Procfile (25, 2017-06-22)
__init__.py (0, 2017-06-22)
commands.py (9405, 2017-06-22)
formatting.py (1084, 2017-06-22)
game.py (6713, 2017-06-22)
import_from_json.py (752, 2017-06-22)
items.json (1549, 2017-06-22)
items.py (2381, 2017-06-22)
items_books.json (11759, 2017-06-22)
library.py (8893, 2017-06-22)
people.json (1992, 2017-06-22)
people.py (3845, 2017-06-22)
requirements.txt (140, 2017-06-22)
rooms.json (52132, 2017-06-22)
rooms.py (1747, 2017-06-22)
save_to_json.py (680, 2017-06-22)
spells.json (186, 2017-06-22)
spells.py (2007, 2017-06-22)
static (0, 2017-06-22)
static\style.css (567, 2017-06-22)
templates (0, 2017-06-22)
templates\game.html (384479, 2017-06-22)
tests (0, 2017-06-22)
tests\__init__.py (0, 2017-06-22)
tests\test_formatting.py (1466, 2017-06-22)
tests\test_terminal_game.py (9161, 2017-06-22)
web_app.py (928, 2017-06-22)

##Library World Text adventure based in fictional libraries. Play it online [here](http://library-world.herokuapp.com/). Also playable in the terminal. Main terminal game engine = library.py ###Setting Information The main library is the Clayr library from Garth Nix's Abhorsen trilogy. "The Charter" is just a fancy way of saying "magic." ###Available Commands (You can also find these through the 'help' command in-game.) * To move, use cardinal or ordinal directions or "up" and "down". * "look", "l", or "z" (describes the room to you) * "examine [object]" or "x [object]" * "inventory" or "i" (lists your inventory) * "take [object]" or "take all" * "drop [object]" or "drop all" * "give [object]" (to) [person]" * "cast [Charter spell]" * "spells" (lists the spells you know) * "teleport" (sends you back to the Reading Room, or the labyrinth stairs if you're in the labyrinth) * "talk (to) [character]" * "break [object]" or "cut [object]" * "read [book]" or "open [book]" * "shelve [book]" * "level" (tells you what level you are and what books you've already shelved) * "exit" or "quit" (exits the game) * "restart" (restarts the game) Keep in mind that commands and people names can only be one word, but direct objects can be more than one. You don't need articles (the, a, an, etc).

近期下载者

相关文件


收藏者