Hi,
This is my first open source game built with BabylonJS, and I hope it can help you. The code was made following the Clean Code principle to be more simple and concise.
The game is an “Endless Runner”, and firstly I started to make it for selling the code on “CodeConyon” (I sell other items there), but I decided to make it open source and start a game series for learning and hobby.
I want to make 3D games and applications for learning more about 3D programming and share the process on repositories.
Link to Play: https://cube-endless-runner.herokuapp.com/
Source Code: https://github.com/TiagoSilvaPereira/endless-runner-3d
Enjoy it!
8 Likes
LOVE IT!
please add it there:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>BabylonJS - 3D engine based on WebGL/Web Audio and JavaScript</title>
<meta name="description" content="A complete JavaScript framework for building 3D games and experiences with HTML5, WebGL, WebVR, WebXR and Web Audio">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, shrink-to-fit=no, user-scalable=no">
<link rel="shortcut icon" href="/img/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-icon-180x180.png">
This file has been truncated. show original
2 Likes
Thanks @Deltakosh , I’ll add it to the gallery
1 Like