This repository has been archived on 2023-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2022FuncProg-project3-RPGEn.../levels/level1.txt
2022-11-22 20:14:52 +01:00

18 lines
224 B
Text

player: {
hp: 50,
inventory: []
}
levels: [
{
layout: {
| * * * * * *
| * s . . e *
| * * * * * *
},
items: [],
entities: []
}
]