jeshuamorrissey / wow_server_go

A WoW Server written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wow-server-go

This project aims to create golang-based server for World of Warcraft 1.12.1. This is for education purposes only.

Running the server

The server is built/run using bazel.

  1. $ bazel run //:wow_server_go
  2. Change the realmlist.wtf file in your game client to:
set realmlist 127.0.0.1:5000
set patchlist 127.0.0.1:5000
  1. Launch the game and enter the account name test and password test.

Running the tests

Tests are also managed using bazel.

  • $ bazel test //...

About

A WoW Server written in Go


Languages

Language:Go 85.2%Language:Python 7.4%Language:Starlark 6.4%Language:Jinja 0.9%Language:Shell 0.0%