Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 1002 Bytes

File metadata and controls

8 lines (6 loc) · 1002 Bytes

Warning

The code in this repository is unmaintained and incompatible with newer versions of Virtual Paradise SDK. If you are looking for a way to use the Virtual Paradise SDK from .NET please take a look at VpNet, the official .NET library for Virtual Paradise.


Project Description

This project aims to provide a simple library for users to write bots for the Virtual Paradise platform. Bots are instances that interact with a world of Virtual Paradise. Example uses of bots are games, services, and building tools.

Currently, the only official method of interacting with Virtual Paradise is through the C SDK. Therefore, this library acts as a wrapper around native C methods. This project should not be confused with the official .NET wrapper; instead, this is an alternative to it.