+40 745 232 788

Online Solutions Development Blog   |  

RSS

Tag Archives: three.js

posted by ,
Categories: JavaScript, Web Development
Tags , ,

Continuing from part 2 this final article will show you how to make the pieces move by drag and drop and adding some game logic. Note: Unless specified otherwise, the file you need to edit will be BoardController.js. Restrict camera rotation The first thing we need to do is to stop the camera from moving …

posted by ,
Categories: JavaScript, Web Development
Tags , ,

In a previous article we’ve built the basic structure of our 3D checkers game and ended up with drawing a simple cube. In this article we’ll add the board and the pieces. By the end of this part you’ll have something like that looks like this: First, download and copy the content from the 3D …

posted by ,
Categories: JavaScript, Web Development
Tags , ,

This is the first part from a series of articles that will show you how to build a 3D board game that will run in a modern browser. Checkers is the game that will be used to demonstrate the browser’s 3D capabilities. To find out more about the game go here. Some notes before starting: …