Skip to content

KylerM/Skylight

 
 

Repository files navigation

Everybody Edits Software Development Kit by TakoMan02

Build Status

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.

About

Everybody Edits Software Development Kit by TakoMan02

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%