01-25-2016, 04:14 AM
So I'm pretty completely new to web development but I have done some programming in python/java in the past.
I'm looking to create a website where users can get together in lobbies where they can play a multiplayer card game against each other (like double solitaire, if any of you know what that is)
The card game is not turn-based, so things move pretty quickly and a lot of cards are moved around simultaneously.
Where do I start? I can figure out some of the simple javascript for the cards themselves, but communicating quickly back and forth between the server, making the server itself, and creating the lobby system is what I don't know how to do.
Any help would be appreciated.
I'm looking to create a website where users can get together in lobbies where they can play a multiplayer card game against each other (like double solitaire, if any of you know what that is)
The card game is not turn-based, so things move pretty quickly and a lot of cards are moved around simultaneously.
Where do I start? I can figure out some of the simple javascript for the cards themselves, but communicating quickly back and forth between the server, making the server itself, and creating the lobby system is what I don't know how to do.
Any help would be appreciated.