Hi everyone!
I'm happy to announce the creation of a new exciting project! Wheelbase is a multiplayer game where players build wheeled, weaponised towers and take on other players in a fast paced frantic deathmatch.
Although the concept is simple, this is more complicated than games i've made before by virtue of it being multiplayer. The architecture of the game is as follows:
Each player runs a client written in C++/blueprints with Unreal Engine 4. These clients connect to an Unreal Engine dedicated server hosted at OVH, which hosts the multiplayer map. Alongside this is a registration …