Go library for communicating with Q3-compatible servers.
Go to file
Icedream 32f4d526c4 Add Go coverage badge (gocover.io). 2016-05-05 20:53:16 +02:00
.gitignore Initial commit. 2016-05-05 18:37:18 +02:00
COPYING Initial commit. 2016-05-05 18:37:18 +02:00
README.md Add Go coverage badge (gocover.io). 2016-05-05 20:53:16 +02:00
errors.go Initial commit. 2016-05-05 18:37:18 +02:00
header.go Initial commit. 2016-05-05 18:37:18 +02:00
header_test.go Initial commit. 2016-05-05 18:37:18 +02:00
message.go Initial commit. 2016-05-05 18:37:18 +02:00
message_test.go Initial commit. 2016-05-05 18:37:18 +02:00
recvmessage.go Initial commit. 2016-05-05 18:37:18 +02:00
writer.go Initial commit. 2016-05-05 18:37:18 +02:00

README.md

go-q3net

Coverage

go-q3net is a library that allows interacting with servers that use a compatible variation of the network protocol that Quake III Arena uses.

Work in progress

This library is mainly work in progress due to missing documentation. If you already know how to use it, please go ahead and do so!

License

This project is licensed under the GNU General Public License Version 2 or any later version. For more info, see the COPYING text file.