Changes/Fixes

Change the movement from acceleration to set speed

Ideas

New Lvl Theme

An idea I have for the game is to add a Lava level that looks like the inside of a volcano with there being a Rock,Wizard, Sacerficed man as the npc you can talk to.

Quest

In this new level I want to add 3 quest

find all the coins coins will be scattered around the map

Save the man You will need to find a glass of water in a previous level and feed it to him

Talk to all the NPCs

Just talk to every npx once

How I will make the quest System

At first the quest system will be made in the terminal as making the UI for this should be created last. To create this quest system I will need to Make a quest sytem that has an array which will store quest objects. A quest object will include

Name: String Will be the name displayed on the quest UI Compleated: Bool Keeps track if the quest is finsihed Count: Number Keeps tracks on how ar you are on te quest. For example the amount of an item you must collect ID: String Stores the ID of the quest so it can be found by code

For current updates visit this issue on git hub LINK

the image below looks weird but I was unable to fix how it looks flowChart2