Let's make a 3D Game with HTML5
There’s a very interesting introductory post of a tutorial series that looks to be the first of a very cool series of posts on building a 3D game with HTML5 and Three.js.
The goal of the series is described as:
This series will walk you through building a game from the ground up with three.js, covering all the major areas you’ll need to face when building your own 3D game.
This initial post starts by discussing the game concept, art style and game architecture (inspired by C++ Game Dev.Bible Game Code Complete) and includes a sample animation video (embedded below) of art.
If this gets tutorial gets continued and completed, it looks to be a great intro to 3D game programming on the Web.
View the post and check out the project Repository on GitHub for any updates on the code