Hello everyone!
I want to implement something very basic:
- N users on N different computers to see a canvas with N dots.
- Each user controls a single dot with his arrow keys
- Each user can see all other users' (and his own) dots moving around.
- Once a user connects, a corresponding dot appears.
- Once a user disconnects, the corresponding dot disappears.
Can you please suggest tutorials, guides and frameworks for me to start learning to implement this?
P.S. I'm a CS graduate, my career path is Real Time / Embedded software, no real work with web / servers before. So if you can suggest relevant courses / bodies of knowledge that are required for this sort of thing, I would be most grateful
Thanks!