Liluye / Capstone

The Adventures of Baldric - Asynchronous maze-like dungeon game project
MIT License
0 stars 0 forks source link

Connect item database to game. #20

Open Liluye opened 8 years ago

Liluye commented 8 years ago

Setup the network so the game will connect to the database created previously.

Liluye commented 8 years ago

Because of the default settings in DarkRift, a plugin needed to be made to override the defaults and handle the data sent from the client. Communication between client and server is now up and running but the code to actually query the database on the server side needs to be implemented. Also, we need to determine how to spawn the necessary items in the level itself. Created a separate issue for data transfer.