This is a Gamemaker addon that implements the functionality of the Neuro-Game-SDK, allowing Neuro-Sama to play Gamemaker games.
An example project of rock paper scissors is provided in the source code to give a basic idea of how this addon can be implemented in your projects.
You can contact me on discord (@noellepunk) if you have any questions or concerns.
- Download the
NeuroGameSDK.yymps
file from releases - Go into your gamemaker project and at the top go to
Tools > Import Local Package
and then importNeuroGameSDK.yymps
(make sure to add all!) - Place the
obj_neurogameapi
object into the first room that gets loaded (make sure its one of the very first objects to get created!) - Set the
global.GameString
variable in the create event ofobj_neurogameapi
to the name of the game - Enjoy!
You can find the documentation for the Neuro API here.