13 Star 83 Fork 15

陈轩大魔王 / Neuroevolution_T-rex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
game.html 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈轩大魔王 提交于 2017-11-17 14:31 . 第一个版本
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<title >chrome easter egg: t-rex runner</title>
<link rel="stylesheet" href="index.css">
<script src="game.js"></script>
</head>
<body id="t" class="offline">
<div id="main-frame-error" class="interstitial-wrapper">
<div id="main-content">
<div class="icon icon-offline" alt=""></div>
</div>
<div id="offline-resources">
<img id="offline-resources-1x" src="assets/default_100_percent/100-offline-sprite.png">
<img id="offline-resources-2x" src="assets/default_200_percent/200-offline-sprite.png">
</div>
</body>
</html>
JavaScript
1
https://gitee.com/cxwithyxy/Neuroevolution_T-rex.git
git@gitee.com:cxwithyxy/Neuroevolution_T-rex.git
cxwithyxy
Neuroevolution_T-rex
Neuroevolution_T-rex
master

搜索帮助