Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

staubichsauger/jabberwoky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jabberwoky - A Ugo Bot

Jabberwoky was developed as part of DumbergerL's Bot Challenge.

It is written in pure Go and only uses Go's standard library.

This commit shows the code as it was after the competition.

Usage

Prerequisites

  • Install and setup Go if you haven't yet. That's all folks.

Playing

Either run go build main.go and then execute resulting binary or just run go run main.go.

By default jabberwoky will connect to http://localhost:3000 and spawn two players, this can be changed with the -host, -port and -players flags.

E.g. to connect to http://10.0.0.1:1234 with one player run go run main.go -host=10.0.0.1 -port=1234 -players=1.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages