sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SERVER_IP hard-coded

copacetic opened this issue · comments

Currently the server IP is hard-coded meaning we need to recompile everytime we want to use a different server. An example is localhost vs ungroup.dev. This is annoying.