Update 'README.md'

This commit is contained in:
Jesse James Isler 2021-11-08 14:03:00 +00:00
parent b4fe49cc5c
commit e0e1c3b229
1 changed files with 33 additions and 14 deletions

View File

@ -1,31 +1,34 @@
# Bookworm
###### Created on 09.04.2021
# Wiki... preformatting
<!-- This is currently in development :) -->
---
James
James Things
# Wiki... preformatting
<!-- This is currently in development :) -->
# Overview
A Stealth-Based steal game
You are Marisa Kirisame, a Magician with a thirst for books. The Library of the Scarlet Devil Mansion is an endless Maze of Bookshelves and Traps, which you try to navigate through and steal some books.
# Goals
The goal is to get the most Books with the most value out of the library without getting caught
---
# Personal Goals
1. Learn how to make NPCs
2. Learn how to create randomly generated levels
3. Advanced interactivity with the User (With quick time events or other animations)
4. Inventory Space
5. ~~VOLUMETRIC FOG~~
# Specifications
You are Marisa Kirisame, a Magician with a thirst for books. The Library of the Scarlet Devil Mansion is an endless Maze of Bookshelves and Traps, which you try to navigate through and steal some books.
---
# The Level Generator
Just use https://github.com/BenPyton/ProceduralDungeon. It's way better.
The goal is to get the most Books with the most value out of the library without getting caught
## The Level Generator
Generator rundown:
## Legacy Generator rundown:
1. Spawn Phase
1. Create a preset room with walls and 4 doorways. Needs to be square.
@ -42,25 +45,41 @@ Generator rundown:
1. Check the room list if adjacent rooms are existing
1. Generate Doors according to how many Doors are calculated in the room
## Scored Books
### Spell Books (Gold) 20 Points
---
# Scored Books
## Spell Books (Gold) 20 Points
* Spell to Mark a location
* Spell to gain invounerability for a certain time (sun?)
* One-shotting attack spell
### Astronomy Books (Purple) 8 Points
## Astronomical Books (Purple) 8 Points
* Strong Star Based attack
* Spell to reveal enemies
* Spell to brighten the area
### Mystical Book (Blue) 3 Points
## Mystical Book (Blue) 3 Points
* Spell to clear FOG
* Locking spell
* Light attack spell
### General knowledge (Gray) 1 Point
## General knowledge (Gray) 1 Point
* Makes funny noise
## Reading Books (None) Not collectable
* Funny names
### Funny name List
#### done
* Totes Billiard [Fuck you beejay] -DONE.... but not happy
* Left on read 2 [Left 4 Dead] -DONE
* Stealing for Kleptomaniacs - DONE (Could be better)
#### Todo
* The Gathering of Magic [Magic the gathering]
* How to Jump [Binding of Isaac]
* How to train your succubus [How to train your dragon]
* Cooking for Roundheads [Minecraft mod]
## Enemies
**THERE IS ALLWAYS ONLY ONE ENEMY PER FLOOR**