aclap-dev / jocly

Javascript library and tools to provide user interface (2D, 3D, VR) and engine for playing board games
https://jocly.com/
Other
71 stars 28 forks source link

New chess variant #27

Closed ecobabush closed 7 years ago

ecobabush commented 7 years ago

I make a new chess variant. In the index.js there is for example "released": 1402671378, And this "released" exists in each chess variant. The question is where to get these numbers for my new variant?

mi-g commented 7 years ago

This field represents the date when the game was first made available on Jocly and is used to sort supported games by recency. The format is the standard Unix epoch: the number of seconds since Jan 1st, 1970. There are many ways to get this value, for instance from this site.