Online Multiplayer Game Tutorial #8 - Unique Usernames

Опубликовано: 25 Июль 2023
на канале: Chris Courses
2,222
74

Here we'll learn how to identify our players with user inputted names instead of referencing a randomized string of characters (user IDs). To achieve this effect, we'll use a combination of HTML forms, JavaScript event listeners, and backend integration.

GitHub Gist: https://gist.github.com/christopher4l...

Source code for this lesson: https://github.com/chriscourses/multi...

0:00 Insert username input boilerplate
2:28 Add event listener to form and input
7:58 Submit and process input on backend
16:07 Hide / show interface