Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/totetmatt/ticws

Tic80 Websocket bridge
https://github.com/totetmatt/ticws

Last synced: 7 days ago
JSON representation

Tic80 Websocket bridge

Awesome Lists containing this project

README

        

# Ticws

Tools to use TIC80 with Websocket

## How to

- Download a release https://github.com/totetmatt/ticws/releases depending on your system (MacOs, build it from source)
- Unzip content where your `tic80.exe` is located

### Start Client
A client is the part that send data, run this command :
```
run_client.bat myroom myhandle
```

### Start Server
A server is the part that recieve data, run this command :
```
run_server.bat myroom myhandle
```