An open API service indexing awesome lists of open source software.

https://github.com/munrocket/goban-3d


https://github.com/munrocket/goban-3d

Last synced: 5 months ago
JSON representation

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
```