Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.26 KB

LEARN.md

File metadata and controls

23 lines (18 loc) · 1.26 KB

Learning

This project helped me learn about networking, fullstack and deployment. I highly encourage you to go over the code and possible create a similar multiplayer game.

Resources

List of resources that I used:

Recommended way to learn

Start by creating a simple websockets client & server, then make it a game, set up private games with keys and reconnection.
Once you game works, start working on the UI, this will encourage you to add even more features.
When you feel comfortable with the game, deploy it! Get a free-trial on DigitalOcean and setup the server there.

Note

You will likely have trouble in the way, that's good - it means that you are learning.