Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfrymire/crispy
Unit testing framework built in GML for GameMaker LTS 2022+
https://github.com/bfrymire/crispy
gamemaker gamemaker-lts gamemaker-studio-2 gms gms2 testing unit-testing
Last synced: 3 days ago
JSON representation
Unit testing framework built in GML for GameMaker LTS 2022+
- Host: GitHub
- URL: https://github.com/bfrymire/crispy
- Owner: bfrymire
- License: mit
- Created: 2020-12-02T07:11:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T16:52:37.000Z (3 months ago)
- Last Synced: 2024-08-02T07:08:47.544Z (3 months ago)
- Topics: gamemaker, gamemaker-lts, gamemaker-studio-2, gms, gms2, testing, unit-testing
- Language: Game Maker Language
- Homepage:
- Size: 590 KB
- Stars: 39
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gamemaker - Crispy - Unit testing in GameMaker. (Debugging / Recommendations)
README
Crispy v1.8.5
Unit testing framework built in GML for GameMaker LTS 2022+## Installation
1. [Download the **.yymps** file](https://github.com/bfrymire/crispy/releases/latest)
1. Import the **.yymps** file into your project from the top menu
* Tools **>** Import Local PackageYou can also drop the **.yymps** file downloaded from the [Releases](https://github.com/bfrymire/crispy/releases/latest) tab directly onto your GameMaker IDE and follow the prompts.
## Documentation
To learn more about how to use Crispy, read the [documentation](https://bfrymire.github.io/crispy).
## Getting Started
A good starting point is copying and pasting the example code from the [Wiki's Quick Start page](https://bfrymire.github.io/crispy/#/Quick-Start?id=getting-started) into the Create Event of an object created specifically for running tests.
Expand upon the example code to suit your testing needs.
## Attributions
* Example project color palette from [Dracula Theme](https://github.com/dracula/dracula-theme#color-palette)
## License
[MIT License](https://github.com/bfrymire/crispy/blob/master/LICENSE)