commit 72f668a18c242d755208a709a0085d9d85d88418 Author: Corner Date: Tue Mar 24 08:56:46 2020 +0100 Initial change diff --git a/Planned-construction.md b/Planned-construction.md new file mode 100644 index 0000000..ffe781c --- /dev/null +++ b/Planned-construction.md @@ -0,0 +1,27 @@ +These are the items that are planned to be included in caa-game. + +If anything is completed put a checkmark (√) before it. If anything is not going to be completed (impossible to create, too much time), but a cross mark (x) before it. **Feel free to change anything** + +- good level design (3 - 4 floors?) +- support for multiple levels + - [assets]: door + - [assets]: gate + - [code]: level switching +- monsters + - [assets]: monster grahics + - [code]: AI +- Lighting + - [assets]: torches + - ? [assets]: lanterns + - ? [code]: dynamic lighting + - [assets]: apply brightness(50%) to all non-light-emitting assets. +- Items + - [assets]: Medkit item + - [code]: chest opening on action button press. +- Health + - [assets]: heart (representing lives) + - [code]: lives counter +- save & load operations (**least priority**) + - [code]: save state + - [code]: file operations + - [code[: load state \ No newline at end of file