Skip to content

Commit c0ed1f2

Browse files
committed
Add README file
1 parent af08671 commit c0ed1f2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Using-Adventurelib/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,19 @@ An adaptation of the Zombie-House game using the Adventurelib library.
66

77
Full documentation of Adventurelib is [here](https://adventurelib.readthedocs.io/).
88

9-
This library contains several classes that can be used to create objects in the game such as rooms, characters and items to be placed into the player's inventory.
9+
This library contains classes that can be used to create objects in the game such as rooms and items to be placed into the player's inventory.
10+
11+
**New Concepts:**
12+
13+
* Class
14+
1. Room()
15+
2. Item()
16+
3. Bag()
17+
18+
* Functions
19+
1. start()
20+
2. say()
21+
22+
* Decorators
23+
1. @when
24+

0 commit comments

Comments
 (0)