Hi there! Great to hear you're diving into game development with Unity.
To create a Ludo game in Unity, you'll need to:
-
Design the board (using sprites or UI elements).
-
Set up the logic for dice rolling, token movement, and turn-based gameplay.
-
Use C# scripts to handle player turns, rules, and win conditions.
-
Optionally, add multiplayer using Unity's Netcode or Photon for online play.
A good way to learn is by breaking the game into small features and building step by step.
Also, check out Null's Brawl (a private server mod of Brawl Stars)-it's another example of a game built using similar principles: Unity engine, custom logic, and modified assets for gameplay. Studying such mods can help you understand game structure and design.
Good luck on your dev journey! ๐จโ๐ป๐ฎ
------------------------------
Jorge Luki
------------------------------
Original Message:
Sent: Thu June 22, 2023 01:42 AM
From: DC Kumawat
Subject: how to create ludo game in unity?
Hello Friends,
I am New Game Developer, working in Software Company. Start my game development in unity. Anyone suggest me how to create ludo game in unity platform?