Skip to content

Releases: chillerbot/chillerbot-h7

v0001

01 Aug 16:38
Compare
Choose a tag to compare

First release of headless chillerbot for 0.7!
This is a pretty plain teeworlds vanilla 0.7 client without freetype or SDL.

Use cases for now are a chat console (read only) or just a dummy tee to play with or test stuff.
To connect to a server pass the teeworlds connect command as an commandline argument.
For example on unix like systems type this into your terminal:

./chillerbot-h7 "connect localhost:8303"

Or on windows in cmd or powershell type:

chillerbot-h7.exe "connect localhost:8303"