Developing TicToe HTML5/Implementing Server Entities: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann |
imported>Hendrik Brummermann No edit summary |
||
| Line 1: | Line 1: | ||
{{Navigation TicToe HTML5}}__NOTOC__ |
{{Navigation TicToe HTML5}}__NOTOC__ |
||
Now we have a user interface on the client side |
Now we have a user interface on the client side and an empty 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. |
As we are using different programming languages for the client and the server, we have to do this again. |
||