Skip to content

Releases: Th3OneAndOnly/AdventEX

AdventEX Quick fix

05 Aug 01:48
e55958f
Compare
Choose a tag to compare

Changed some internal problems with the code, which led to many bugs in practice. Specifically with rooms. They... had many problems. But it should work with any existing code and anything put in the wiki.

Please note any issues/bugs/suggestions you have in the Issues tab.

Installation:

  1. Copy the AdventEX.t file to your project, then add it to your makefile (on the Windows Workbench, just add it to the project).
  2. Enjoy!
  3. Note any issues you have in the Issues tab!

AdventEX Initial Release

03 Aug 22:44
aeb91cf
Compare
Choose a tag to compare

The First AdventEX release! Featuring:

  • Many Furniture classes for ease-of-use
  • A GeneralBox class for advanced ComplexContainer creating
  • A Transformable class for becoming a wizard
  • A Breakable, Freezable, and Burnable class for all manners of destroying things
  • A RunningScript class and an ActorScript class for organizing code
  • Automatic door creation between rooms (no more incessant door creation for every room you write!) and support for custom Connectors

Completely backwards compatible!