Skip to content

Commit

Permalink
Small README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
PremekPaska committed Sep 2, 2020
1 parent 0d4464f commit c40d287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Status: Prototype / early development

## Introduction

This project is a Space Engineers (a game by Keen Software House) plugin which enables integration with the iv4XR testing framework. The plugin runs a TCP/IP server with JSON-based API. It allows to access surrounding of the player's character in a structured form (a World Object Model, WOM) and to control the character. Those are the two defining features, more will be added during the development.
Space Engineers is a sandbox game by Keen Software House. This project is a plugin for the game which enables its integration with the iv4XR testing framework. The plugin runs a TCP/IP server with JSON-based API. It allows to access surrounding of the player's character in a structured form (a World Object Model, WOM) and to control the character. Those are the two defining features, more will be added during the development.

## How to build

Expand All @@ -31,4 +31,4 @@ Currently implemented commands:
- **MoveAndRotate** – allows to move and and rotate the agent in all directions.
- Disconnect

There's a Java project derived from the Lab Recruits demo that contains a demo client in the form of unit tests. (Link pending.)
There's a Java project derived from the Lab Recruits demo that contains a demo client in the form of unit tests. (The [repository is here](https://github.com/iv4xr-project/iv4xrDemo-space-engineers), but it's not public yet.)

0 comments on commit c40d287

Please sign in to comment.