Developing TicToe HTML5/Implementing Server Entities: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
imported>Hendrik Brummermann
No edit summary
Line 1:
{{Navigation TicToe HTML5}}__NOTOC__
 
Now we have a user interface on the client side. Letsand havean a look at theempty server. The server is the place where all the interesting logic will happen. But before we can start coding the game rules, we need to implement the entities.
 
As we are using different programming languages for the client and the server, we have to do this again.