/3dtris

THREE.js 3D tetris-like game

Primary LanguageJavaScriptOtherNOASSERTION

3dtris

3D-tris

A game and an experiment on using WebGL, Emscripten and ARCore. Available in two flavors:

Get it on Google Play

Building the browser version

The browser version can be built like this

  1. Install Emscripten
  2. locate emsdk_env.sh and set that in the root Makefile
  3. Run make browser (also try make test)
  4. cd browser
  5. python -m SimpleHTTPServer
  6. Go to http://localhost:8000/ (and http://localhost:8000/test/)

There is also an old JavaScript-only version, hosted in https://oseiskar.github.io/3dtris/ which works without this complicated build process.

ARCore version for Android

Import android_ar/build.gradle to Android Studio 3+ and run.

Copyright & License info

See COPYRIGHT.md for the licences of the included JS libraries.