This commit is contained in:
Alexander Popov 2023-03-21 16:42:12 +03:00
commit 901f2cb1fc
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
8 changed files with 60 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false

31
ASSETS.md Normal file
View File

@ -0,0 +1,31 @@
## Micro Roguelike
![](static/micro-roguelike.png)
[Download](https://www.kenney.nl/assets/micro-roguelike)
## Input Prompts Pixel
![](static/input-prompts-pixel.png)
[Download](https://www.kenney.nl/assets/input-prompts-pixel-16)
## Board Game Info
![](static/boards-game-info.png)
[Download](https://www.kenney.nl/assets/board-game-info)
## Loaders beach
[Download](https://rmocci.itch.io/loaders)
## Pixel Europe
[Download](https://rmocci.itch.io/pixel-europe)
## Scroll kit
![](static/scroll-kit.png)
[Download](https://gamedeveloperstudio.itch.io/scroll-kit)

3
GDD.md Normal file
View File

@ -0,0 +1,3 @@
## Цель игры:
Достигнуть конца и вернуть сферу.

14
NOTES.md Normal file
View File

@ -0,0 +1,14 @@
## Глобальная карта
В игре будет глобальная карта, на которой будут находится различные локации.
### Дом **главного героя** (_или деревня?_)
Простая локация, в которой будет ключевой персонаж **Владимир**.
## Персонажи
### Владимир
Ключевой персонаж в игре, который ставит главному герою цель
и по ходу прохождения даёт советы и подсказки.

BIN
static/boards-game-info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
static/micro-roguelike.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
static/scroll-kit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB