This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| prefix: '', | |
| important: false, | |
| separator: ':', | |
| theme: { | |
| screens: { | |
| sm: '640px', | |
| md: '768px', | |
| lg: '1024px', | |
| xl: '1280px', |
3D chess game done in HTML/CSS/JS. Works only in webkit.
Github repo: https://github.com/juliangarnier/3D-Hartwig-chess-set
Using Photon : http://photon.attasi.com and Chess.js : https://github.com/jhlywa/chess.js