Making multipalyer games is always a challenge so this video hopefully can help you get an idea how you can make a multiplayer trivia game with bots. I am using JavaScript with PixiJS and UrTurn for the multiplayer. But even if your choice of technologies is different the basics would be the same.
Intro: (0:00)
Creating the Map: (0:41)
Texture Packing: (1:32)
Project Setup: (2:01)
PixiJS Setup: (3:01)
Pre-Loading Assets: (3:47)
Displaying Sprites with Pixi JS: (4:22)
Containers: (5:00)
Creating Tiles: (5:59)
Login Client Side: (6:54)
How UrTurn Multiplayer Works: (7:48)
Login Server Side: (9:02)
Client Server Communication: (10:12)
Master Player: (10:19)
Game Content: (10:45)
Star Game: (13:02)
Timers: (13:32)
Handling Unwanted Cases: (13:51)
Creating Bot Answers: (14:19)
Attack Stage: (15:02)
Round Player Turn: (15:30)
Thoughts: (16:38)
Full Project: https://github.com/MemoryLeakHub/Mult...
Playable Game: https://www.urturn.app/play/triviatiles
UrTurn Multiplayer: https://docs.urturn.app/
PixiJS: https://pixijs.com/
Free Text Packer: http://free-tex-packer.com/
Pixel Art: https://cainos.itch.io/pixel-art-top-...
#programming #programmingtutorials #gamedevelopment #gamdev #devlog #gameprogramming