empty-epsilon-js
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Empty Epsilon javascript driver

Empty Epsilon API for javascript.

This library helps connecting to an empty epsilon game server with an open HTTP API.

It offers a low level javascript API, as well as a tool to automatically start and stop an EmptyEpsilon server, designed for automatic tests.

API

(TBD)

context

This driver was extracted from Daedalus. This had a major affect on early design choices, test coverage etc.

Developer documentation

Suggestions and contributions are welcomed!

how to build

Follow the instructions in the developer documentation

run npm run build to build this project.

how to test

To test this project we use the provided server manager. In order to configure it to the local environment, there is a empty-epsilon-config.json file at the project root. Simply modify the runServer, killServer, and serverAddress fields according to your local setup, so that the tests can correctly manage a game server's lifecycle.

after configuring empty-epsilon-config.json, run npm test to build and test this project.

Tests are still WIP.

Readme

Keywords

Package Sidebar

Install

npm i empty-epsilon-js

Weekly Downloads

1

Version

2.0.1

License

AGPL-3.0

Unpacked Size

84.2 kB

Total Files

30

Last publish

Collaborators

  • amir-arad