Has Jonny ever mentioned creating a desktop application we could download to play the game with? There could be great advantages to doing this. A few-
- a lot fewer network requests to the server
- much faster response time to our making our moves
- better ability to expand functionality of the game
What I would love would be an application that makes one request (per map being played) to the server at the start of each day to download the full map data for all players and store it locally on the player's computer. You can probably see how that would make things a lot faster in the playing of the game. Then it would send the players' moves back to the server only after a set amount of time after making the moves, like ten minutes. Or if they exit the application. I don't see the need for it to send every move back to the server immediately - that just puts more of a load on the server.
I would also love for the application to show both the zoomed out world view as well as the zoomed in view at the same time. You should be able to scroll around on either view and the other view would follow right along. This would be no problem at all for the application to do if it has already downloaded the full map data as I explained above.
What does everyone think?
- a lot fewer network requests to the server
- much faster response time to our making our moves
- better ability to expand functionality of the game
What I would love would be an application that makes one request (per map being played) to the server at the start of each day to download the full map data for all players and store it locally on the player's computer. You can probably see how that would make things a lot faster in the playing of the game. Then it would send the players' moves back to the server only after a set amount of time after making the moves, like ten minutes. Or if they exit the application. I don't see the need for it to send every move back to the server immediately - that just puts more of a load on the server.
I would also love for the application to show both the zoomed out world view as well as the zoomed in view at the same time. You should be able to scroll around on either view and the other view would follow right along. This would be no problem at all for the application to do if it has already downloaded the full map data as I explained above.
What does everyone think?
