Embedding snake game to engage website visitors ,

2019-12-16 21:43发布

In my website there are different flex and HTML modules , which takes some time to load . During that time viewers have no choice instead looking at throbber/loader gif image & waiting that page/module to be loaded up fully.

I want to engage viewers during that time by giving them an option of playing snake game or any other thing which can be timepass activity.

If anyone of you have any idea regarding that , can you please suggest me how to implement it ?

1条回答
霸刀☆藐视天下
2楼-- · 2019-12-16 22:07

The entire code for a vanilla snake game is available here, please add it to your front-end code.

The idea would be to put this in a div with the same background color as the throbber on the loading page. Load it when page loading starts and to hide (or destroy) the div completely when page loading is complete.

The hard part is seamlessly getting a snake from a throbber (like YouTube does). Hey but even if you load the snake game from the start, it is a good start.

查看更多
登录 后发表回答