hello
i want to buy a full online backgammon game with codes and 3d gerafic.can you give me some info about that and know anybody to create it?thanks for your help
hello
i want to buy a full online backgammon game with codes and 3d gerafic.can you give me some info about that and know anybody to create it?thanks for your help
(not unity specific, but C# code still)
https://github.com/askalski/Backgammon2
this is just 3d model of game.i want full game(with 3d model and codes) to make it for online
I don’t know that I’ve heard of an asset that exists of a online backgammon, so I’d say hire a coder or learn ![]()
![]()
yes.actually i searching to find a coder to make it for me.but i cant until now:(
Post here:
hello you can buy this backgammon game that has AI and a few 3d board that your able easily turn it to a online game https://www.codester.com/items/16106/backgammon-3d-unity-3d-complete-project
Hi Guys,
How i turn it to a online game ? Backgammon - Unity Complete Project by DigiSmile | Codester
Online multiplayer games are an advanced topic. Turning someone else’s project into a multiplayer game will likely require rewriting most of the game’s code yourself. But if you really want to give it a try, pick from one of the available network API’s for Unity, go through its documentation and tutorials, and put in the large amount of work it will take.
The link says it’s no longer available? But regardless, you should be able to take (almost) any Unity project, and set the build target to WebGL and publish. But as Joe said, making a game multiplayer is huge amount of work.