Some Progress

I have the basic API and web front end done for players to create and join each other’s games. This uses Node + Express to host a RESTful API on the server and some basic JQuery stuff on the client. Communication during gameplay will take place using SockJS web sockets, which will hopefully be fast enough for decent gameplay (which probably won’t be that fast-paced for an RTS – space is big).

The multiplayer lobby of my game, Interplanetary Thermonuclear War

Would you like to play a game?

Tags: #MiniLD66