2021
- 2021-03-30
2. Java + MMO: Simple steps to handle player movement
Note that a lot of ‘movement’ has been updated to use Websockets in chapter 26 and 27. https://unreal-mmo-dev.com/2022/10/26/26-unreal-engine-synchronize-motion-with-a-custom-server/ However, if you’re looking for simple HTTP guide on achieving this, continue…
- 2021-03-29
1. How to start a basic game server with Java
I have spent about a week reading about how can I make a game server for a MMO type game. The majority of content that I find ends with “don’t…
- 2021-03-20
22. How to achieve simple and reliable authentication? part 2
Previous chapter showed how to implement Rails with AWS Cognito. This chapter will focus on how you can communicate with your backend for authentication purposes. Note that there are many…
- 2021-02-12
21. How to achieve simple and reliable authentication?
Follow part 2, which shows how you connect your React/Javascript front end to endpoints covered here. First of all, log into your AWS account and navigate to Cognito: https://console.aws.amazon.com/cognito/home You…
- 2021-01-31
21. Easy authentication with Rails and Devise
I am at a stage of the website where I require some authentication – in my case, to create content on the website, i.e. to make posts, I will require…
- 2021-01-09
20. How to make an awesome UI using React and a template
In some of the previous posts, we covered getting started with Material UI from scratch and also deploying those UI / Backend pieces. In this post, we will cover creating…