https://github.com/forthtemple/stacktower-threejs
Stacktower using flutters three_js 3D library
https://github.com/forthtemple/stacktower-threejs
dart flutter
Last synced: about 2 months ago
JSON representation
Stacktower using flutters three_js 3D library
- Host: GitHub
- URL: https://github.com/forthtemple/stacktower-threejs
- Owner: forthtemple
- Created: 2025-09-05T23:57:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-06T01:18:51.000Z (10 months ago)
- Last Synced: 2026-04-08T08:00:39.809Z (2 months ago)
- Topics: dart, flutter
- Language: C++
- Homepage:
- Size: 9.73 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stack Tower
Make a tower as tall as you can. Press 'Start' to begin and then press space to send the block down to the foundation stone.
Try the [web](https://www.forthtemple.com/stacktower-threejs/) version.
This is a port of my previous flutter [stacktower](https://github.com/forthtemple/stacktower) game that used [three_dart](https://github.com/wasabia/three_dart) to a more up to date version [three_js](https://github.com/Knightro63/three_js). Even though [three_js](https://github.com/Knightro63/three_js) is a little slower than three_dart it seems to be more up to date on all platforms. It uses Google Angle for compatibility. Like three_dart it runs on Android, iOS, Linux, Windows and web. [three_js](https://github.com/Knightro63/three_js) is based upon [three_dart](https://github.com/wasabia/three_dart) which is based upon https://github.com/mrdoob/three.js .

