3dHTMLGame
Made with HTML, CSS, JS
Published on May 10, 2022
3D HTML5 Game Created with my own Engine. Test Map
4comments
Creating a 3D browser game and EditorPost
MarioX2 months ago
Active Scene: Stress Test People / fps -update changes: 10/05/22 fix fps decay fix player movimentation created editor Enemy Spawn created 2º scene for HUD features created editor Teleport System
MarioX3 months ago
I made the Editor with Visual Studio's (C#). But the compiled files are generated for the game full html and json formats. Using three.js ammo.js and webgl. no idea for hystory or world to finish on console, to load another map use for example: ENGINE.GAME.load("teste7");
me HTML5 with physics and audioPost
Editor made in C# creating a json readable by html side. (working in progress)
creating a game running directly in browser with vanila js + html5 Editor made in C#