TechAssembly / ruven

Game for the Github Game Off 2018 - Themed HYBRID!
7 stars 4 forks source link

Create a small events list gui in the client #22

Open gioragutt opened 5 years ago

gioragutt commented 5 years ago

Similar to f.e counter strike where you have kill events shown on the top right corner, Something like that can be good, to show events such as:

The issue is also marked as server-side as usually these events are broadcast to the clients by the server, and are not inferred by the client via state change diffs, So someone will have to also work on sending those events in the server side.