Skip to content

didibr/game3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game by didisoftwares

Requeriments

Before run install npm requeride packages:

install unsing this comand $ npm install formidable websocket sharp ws

To run a project run this comand: $ node main.js

Simple configuration

Server Side Permission to use Editor in 'main.js' line 14 and 15

| const ADMIN = 'didi';
| const PASS = '1234';

WebServer html port in 'main.js' line 16

 | const WebPort= 8080;

Browser Side configuration if use HTTPS or HTTP for secure sockets in '/client/index.js' line 3

 | websock_secure : true

Features

  • Full Html and Javascript Browser Integration
  • Object Editor create ( walls, stones, chests ) based on loaded .obj
  • Iem Editor ( potions, swords, armors ) based on Object
  • Sound Editor ( load, volume, loop and mix ) base on loaded .mp3 .ogg .mid
  • Entity Editor ( models with skelleton ) similar of mixamo .fbx
  • Actor Editor ( spawn points and teleports )
  • Light Editor (point, spot, ambiend ), put all togueter and create a map
  • Minimum use of 3rd part modules on nodejs, most vanila implementation
  • Real time Multiplayer with websocket

Using

  • Three.js
  • Ammo.js
  • Jquery
  • Jquery.ui

to do for now

  • implement actor live movimentation and contact response
  • v2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published