Sunday, October 21, 2018

(10-21) Planning Continued

This week was midterms week, so I was not able to get as much work done as I would like. However, I was able to get my site 100% working with PHP.

Now, I'm reading research papers that involve commonly used achievement systems used in video games in order to decide which system would be most effective in our game. Additionally, I am now trying to pull data from our game server to my site as well, so I'll be able to display data from canvas and the game server.

To display data, I'm using AJAX to display data sent by my PHP script without having to reload the page, which is nice. I'm still parsing through the JSON data so the information I'm displaying is easier to read. 

No comments:

Post a Comment