Skip to content

Gimkit's Internals

In order to be able to effectively make scripts it’s important to understand what Gimkit uses so you can leverage its documentation rather that attempting to reverse engineer everything on your own.

Important Libraries

LibraryPurpose
PhaserGame framework
ColyseusNetworking for 2d gamemodes
SpineCharacters in 2d modes
Compress-JsonCharacters are compressed using this library
ReactUI Framework
Ant DesignUI Components
Font AwesomeIcons
MobxState management
BlueboatNetworking for 1d games

There are plenty of others for smaller tasks like encrypting strings or determining whether a color is light or dark, but those are the more important ones.