Releases: kokoro-aya/simulatte
Releases · kokoro-aya/simulatte
Simulatte 3.3.4
To be used with my React front-end
Minor changes have been made.
Simulatte 3.3
As per version 3.2
- Added creative mode
- Added win/lost condition and monster mechanism
- Replaced the unusable
print()
method byconsole.log()
method - Fixed the singletons in Builder
- Usage of async in route
- Fixed an error in which the error message is sent via NormalMessage
The version 3.2 was removed due to discovery of several bugs that invalidate the new features.
The version 3.3 fixed several bugs and added several features:
- Added satisfied condition number in return message and current elapsed turn for each payload frame
- Validation of platform height in bridge
- Renamed internal classes
- Added some methods and properties to objects
- Added a pair of nullable character initialisers
- Fixed singleton implementation for world and console
- Fixed implementation of portal energy/activation
The version 3.3.2 fixed a bug on portals
The version 3.3.3 fixed a bug on monsters
Simulatte 3.1
Rearranged incoming data structure
Added some more info on debug mode
Simplified incoming enums of Blocks
Simulatte 3
Reimplemented with Kotlin DSL
Dropped support for homemade DSL
see docs for more information
warning: In this release you cannot quit the program but you have to close the terminal. Consider run the program in a clean new terminal session.