I created a JavaScript browser. The HTML page Game.htmlin the folder Gamerefers to several other JS / jQuery / CSS files stored in subfolders.
I just want to add a folder Gamethat includes the file Game.htmland all the files associated with it in SharePoint 2013 as a page. This way, people can play the game at SP 2013.

I tried the following:
Game.html SP 2013 JS ?
: , :
1) http://server/SiteAssets/Forms/AllItems.aspx, Game.html, JS.
2) Game.html , :
<script src="http://Server/SiteAssets/createjs.js"></script>
<script src="http://Server/SiteAssets/bootstrap.js"></script>
<script src="http://Server/SiteAssets/jquery.js"></script>
etc...
3) Settings -> Add a page, http://Server/Pages/Game.aspx.
4) ββ- (CEWP) Game. CEWP, Game.html, SiteAssets.
5) Game.html :

, , JavaScript. . , JavaScript, :
Game.html: <body onload="test()">
Game.html: function test() { alert("working"); } "".
. jQuery , , , , HTML...
?