A script interpreter for writing achievements for retroachievements.org Also contains some analysis tools for examining site data
- Run
git submodule init
andgit submodule update
to initialize theCore
repository submodule. - Open the "RATools.sln" project in Visual Studio 2022 or higher.
- Compile.
After opening the project, open the Test > Windows > Test Explorer tool window and press the Run All button. Individual tests (or groups of tests) can be run by right clicking on them and selecting Run Selected Tests.