1
0

first commit

This commit is contained in:
Sky Johnson 2025-08-31 20:59:20 -05:00
commit 361330460e
2 changed files with 8 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# EQ2 Protocol
This library is meant to replicate EverQuest 2's UDP protocol. The work here is based on the immense
work done by contributors to the EQ2Emu project. I am porting it to Go with the idea of a simpler, faster
development pipeline - and as a personal experiment.

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.sharkk.net/EQ2/Protocol
go 1.25.0