Skip to content

Build 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@TBye101 TBye101 released this 09 Jun 19:12
· 738 commits to master since this release
cdce723

GUI

  • Added buttons to the main menu to allow the user to join and host a multiplayer game
  • Added labels above the width and length input boxes
  • Added a menu to allow the user to host a game over the network
  • Added a menu to allow the user to join a game over the network

API

  • API is now capable of sending and receiving objects in a very dynamic and elegant way
  • Now split into three parts: server, client, and the shared API
  • Server and client now have a tick system, and movement of creatures is done in real time

Bugs

  • Discovered and fixed issue #14
  • Discovered issue #15