Everybody Edits Software Development Kit by TakoMan02
http://www.everybodyedits.com/
Skylight is designed to make your EE-based bot much easier to develop and understand.
Special thanks to:
- @Jojatekok: Adding extra login features.
- @kevin-brown: Providing a system for parsing init message; other OnMessage documentation.
- @BuzzerBee: Finding bugs.
- gustav9797: Porting physics engine to C#.
- @Decagon (Hexagon): Many improvements.
Getting started with Skylight is easy. To connect, simply type:
using PlayerIOClient;
using Rabbit;
using Skylight;
var myBot = new Bot(new Room("roomid"), "Email or token", "Password if applicable");
// delegates would be initialized here
myBot.Join();
The room id can be entered in as a full everybody edits url or just directly.