https://github.com/munrocket/goban-3d
https://github.com/munrocket/goban-3d
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/munrocket/goban-3d
- Owner: munrocket
- License: gpl-3.0
- Created: 2019-01-16T16:29:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T12:54:19.000Z (over 7 years ago)
- Last Synced: 2025-04-07T11:34:52.247Z (about 1 year ago)
- Language: Vue
- Size: 6.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goban 3d
This is an [example](https://munrocket.github.io/goban-3d/) of go board in 3d.
### To-do list
- [x] draft style
- [x] vue components
- [x] torus
- [x] css framework
- [ ] auth form
- [ ] soket.io connection
- [ ] board texture & stones
- [ ] coordinates by click
### How to open project
```bash
git clone
npm install
npm run build
npm run serve
```