Skip to content

Commit 3422077

Browse files
authored
Create README.md
1 parent 7aabb59 commit 3422077

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# LuaQuest 🐉
2+
3+
Text-based adventure engine in Lua.
4+
5+
## How to play
6+
7+
```bash
8+
lua luaquest/main.lua
9+
```
10+
11+
## Commands
12+
13+
* move <direction>: Move to another room
14+
15+
* pickup: Pick up an item
16+
17+
* fight: Attack an enemy
18+
19+
* inventory: Check inventory
20+
21+
* quit: Exit game
22+
23+
## Add new content
24+
25+
Edit luaquest/data.lua and add new rooms, items, or enemies
26+

0 commit comments

Comments
 (0)