Releases: forkedlogic/AdventureGameEngine-TweeGo
Releases · forkedlogic/AdventureGameEngine-TweeGo
0.1
The initial release of the Adventure Game Engine after swapping to TweeGo.
- Room System (create rooms, add exits, delete exits)
- Item System (create items, add them to rooms, delete them from rooms, move them between rooms)
- Character System (create characters, add them to rooms, delete them from rooms, move them between rooms)
- Inventory System (pick up items to add them to your inventory and remove them from the room if they exist there, drop items to remove them from your inventory and add them to the current room)
- Energy System (set an energy cost for moving between rooms, disable system entirely or manually change energy values)
- Money System (set a default currency, add money, subtract money)
- Image System (easily add images to your passage, ability to replace images after the passage has loaded, all images automatically come with a lightbox which allows people to click on it to view at full size)
- Conversation System (a key based conversation system which allows you to set a key on a character and have the talk action for that character link to the right conversation passage dynamically)
- Optional Image based navigation system.