Update 'README.md'
This commit is contained in:
parent
b4fe49cc5c
commit
e0e1c3b229
47
README.md
47
README.md
@ -1,31 +1,34 @@
|
|||||||
# Bookworm
|
# Bookworm
|
||||||
###### Created on 09.04.2021
|
###### Created on 09.04.2021
|
||||||
|
|
||||||
# Wiki... preformatting
|
|
||||||
<!-- This is currently in development :) -->
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
James
|
James
|
||||||
James Things
|
James Things
|
||||||
|
|
||||||
|
# Wiki... preformatting
|
||||||
|
<!-- This is currently in development :) -->
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
A Stealth-Based steal game
|
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
|
1. Learn how to make NPCs
|
||||||
2. Learn how to create randomly generated levels
|
2. Learn how to create randomly generated levels
|
||||||
3. Advanced interactivity with the User (With quick time events or other animations)
|
3. Advanced interactivity with the User (With quick time events or other animations)
|
||||||
4. Inventory Space
|
4. Inventory Space
|
||||||
5. ~~VOLUMETRIC FOG~~
|
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
|
## Legacy Generator rundown:
|
||||||
|
|
||||||
## The Level Generator
|
|
||||||
Generator rundown:
|
|
||||||
|
|
||||||
1. Spawn Phase
|
1. Spawn Phase
|
||||||
1. Create a preset room with walls and 4 doorways. Needs to be square.
|
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. Check the room list if adjacent rooms are existing
|
||||||
1. Generate Doors according to how many Doors are calculated in the room
|
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 Mark a location
|
||||||
* Spell to gain invounerability for a certain time (sun?)
|
* Spell to gain invounerability for a certain time (sun?)
|
||||||
* One-shotting attack spell
|
* One-shotting attack spell
|
||||||
|
|
||||||
### Astronomy Books (Purple) 8 Points
|
## Astronomical Books (Purple) 8 Points
|
||||||
* Strong Star Based attack
|
* Strong Star Based attack
|
||||||
* Spell to reveal enemies
|
* Spell to reveal enemies
|
||||||
* Spell to brighten the area
|
* Spell to brighten the area
|
||||||
|
|
||||||
### Mystical Book (Blue) 3 Points
|
## Mystical Book (Blue) 3 Points
|
||||||
* Spell to clear FOG
|
* Spell to clear FOG
|
||||||
* Locking spell
|
* Locking spell
|
||||||
* Light attack spell
|
* Light attack spell
|
||||||
|
|
||||||
### General knowledge (Gray) 1 Point
|
## General knowledge (Gray) 1 Point
|
||||||
* Makes funny noise
|
* 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
|
## Enemies
|
||||||
**THERE IS ALLWAYS ONLY ONE ENEMY PER FLOOR**
|
**THERE IS ALLWAYS ONLY ONE ENEMY PER FLOOR**
|
||||||
|
Reference in New Issue
Block a user