https://github.com/sahneedev/slow-tree
A less advanced, two dimensional version of speed tree. 🌳
https://github.com/sahneedev/slow-tree
designer phaser pwa sahnee speed-tree tree typescript vue
Last synced: about 1 year ago
JSON representation
A less advanced, two dimensional version of speed tree. 🌳
- Host: GitHub
- URL: https://github.com/sahneedev/slow-tree
- Owner: SahneeDEV
- License: mit
- Created: 2019-02-09T19:39:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T18:18:37.000Z (about 3 years ago)
- Last Synced: 2025-02-08T08:17:19.195Z (about 1 year ago)
- Topics: designer, phaser, pwa, sahnee, speed-tree, tree, typescript, vue
- Language: TypeScript
- Homepage: https://sahnee.dev/en/our-games/
- Size: 31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slow-tree
[](https://travis-ci.com/PatrickSachs/slow-tree)
A web based 2D-tree creation application.

## Features
* Create a tree from **different tree types**.
* **Export the tree as an image** and show off your awesome tree creation skills!
* Download the tree project file and **continue building it on another computer**.
* Save/cache the tree to your **local storage**.
* Full **undo-redo support using** a command pattern implementation.
* **PWA support**: Add slow-tree to your desktop/home screen
## Why?
This project was created as a class project to **practice design pattern implementation**. Actions such as adding a branch, changing the background, etc. are encapsulated into command classes that can be done and undone.
The UI is written in Vue.js and the application itself in Phaser 3. We use TypeScript as programming language.
## Contributions
Feel free to shoot issues and PRs at us. Just keep in mind that this was designed as a fun little side project without serious production usage in mind.
New commits to master are automatically deployed to tree.sahnee.de. However, due to highly aggressive caching(Cloudflare, Service Worker & GitHub Pages) it may take a while for the changes to be visible on your machine.
Please make all Pull Requests against the `develop` branch only. We will merge `develop` into `master` once it is time for a new release.