Initial commit
This commit is contained in:
parent
2a498ff4b5
commit
9987d12f80
9 changed files with 274 additions and 0 deletions
18
levels/level1.txt
Normal file
18
levels/level1.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
player: {
|
||||
hp: 50,
|
||||
inventory: []
|
||||
}
|
||||
|
||||
levels: [
|
||||
{
|
||||
layout: {
|
||||
| * * * * * *
|
||||
| * s . . e *
|
||||
| * * * * * *
|
||||
},
|
||||
|
||||
items: [],
|
||||
|
||||
entities: []
|
||||
}
|
||||
]
|
Reference in a new issue