Skip to content

Commit

Permalink
Improved readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
radekmie authored Apr 1, 2023
1 parent 861bb92 commit 2d8b2b4
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# Scripts of Tribute GUI
# Scripts of Tribute (SoT) GUI
GUI App created in Unity based on [Script of Tribute engine](https://github.com/ScriptsOfTribute/ScriptsOfTribute-Core)

## Setup
To run locally, you need the Unity editor at version `2021.3.7f1` or later. Build settings are left default for Windows, Mac and Linux platforms.

# Setup
To run locally you need atleast `2021.3.7f1` editor version.
Build settings are default for windows, mac and linux platforms.
## Features
At the moment, one can play only against a bot. To do so, you need to add a DLL file with the AI class to the `StreamingAssets` directory in the project (or in the build). While playing, there are several features to play with, such as logs or moves history.

# Features
At the moment users can play against their own bot. To do that they need to add DLL file with your AI class to StreamingAssets directory in the project or in the build.
While playing there are several features to play with such as logs or moves history.
## Bots
In this project, we added several AIs to play with. Some of them were created for testing or debugging pruposes, such as the "Timeout bot".

# Bots
In this project we added several AIs to play with. Some of them were created for testing and debugging such as "Timeout bot".

# Preview:
## Preview
![](https://i.imgur.com/9dpE5vF.jpg)

![](https://i.imgur.com/ASoRzQP.jpg)
![](https://i.imgur.com/ASoRzQP.jpg)

0 comments on commit 2d8b2b4

Please sign in to comment.