Steem Snake
Working Prototype/Betaformat_list_bulleted Game
Description
Classic Snake Game. Play Snake & Earn STEEM!
Contributors
info_outline
Steem Snake Update - Voting Bot & Blacklist & Donations & Rules',
start: '2018-08-26'},
{
id: 2,
content: '
Aug. 21, 2018
Steemprojects.com & Economic Update & Delegations',
start: '2018-08-21'},
{
id: 3,
content: '
Aug. 19, 2018
Official Announcement v1.0',
start: '2018-08-19'},
]);
var options = {
//align: 'left',
min: new Date(2016, 3, 1),
max: new Date(Date.now() + 1000*60*60*24*31), // next month
start: '2018-07-27',
end: '2018-09-25',
showCurrentTime: false
};
var timeline = new vis.Timeline(container, items, options);
container.addEventListener("mouseover", function(){timeline.redraw();});