Categories
-
Recent Posts
Archives
Meta
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 …
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 …
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: …