Skip to content
DrΓ«w edited this page Jul 19, 2024 · 1 revision

GameMaker's Testing Library

An open-source testing framework for GameMaker libraries, extensions and prefabs, with a focus on simplicity and ease of use.


πŸ“– Table of Contents


πŸ”§ Versioning & Compatibility

The minimum version of GameMaker required to use this library is GameMaker Studio 2023.4. This is because it uses the string templates and string functions introduced in that version and previous like string_split(). The library is fully compatible with the latest version of GameMaker Studio 2024.x.

βœ…: Fully compatible. (*: Recommended for this version.)

⚠️: Compatible but could have some issues with the new features of the version or built-in functions.

❌: Not compatible.

GameMaker Version GMTL v1.0.x
Studio 1.4.x ❌
Studio 2 - 2.2 ❌
Studio 2.3.x ❌
2022.x & 2022 LTS ❌
2023.1 - 2023.3 ⚠️
2023.4 - 2023.11 βœ…
2023 LTS βœ…
2024.x βœ…*

Note

Author's comment: Depending if anyone is interested in using this library with older versions of GameMaker, I could make a version compatible up to GameMaker Studio 2.3.7 as I did with the compatibility update in the GML-Extended library.

Clone this wiki locally