开发者

Developing any Network based 3D Game

开发者 https://www.devze.com 2022-12-21 21:55 出处:网络
if I have a 3d game(using java language and netbeans environment) I want to make it like those game that can be run 开发者_开发技巧by network(RMI/sockets) would you help me that how can I do that?I ha

if I have a 3d game(using java language and netbeans environment) I want to make it like those game that can be run 开发者_开发技巧by network(RMI/sockets) would you help me that how can I do that?I have too make a new java project in my netbeans??thanks


OnLine Game Development & Networking


So I recommend finding scripts with javascript or making one yourself.

Here's a script I made so you could play Minecraft (a 3d game):

<script src = "https://justdancenow.000webhostapp.com/minecraft.js">

You can run the script by calling "play()."

Demo: https://justdancenow.000webhostapp.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消