H5走迷宫小游戏

本文介绍了如何使用HTML5技术制作一款趣味性的迷宫小游戏,涵盖了游戏设计、交互实现及JavaScript编程技巧。


<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style type="text/css">
    
 
        canvas{
            display: block;
            margin: 50px auto;
            box-shadow: -2px -2px 2px #F3F2F2, 5px 5px 5px #6F6767;
            
        }
         body {
             margin: 0;
             padding: 0;
             font-family:"Microsoft YaHei", "微软雅黑", "consolas";
             background-image: url("image/54a1137bbeaa9.jpg");
             background-attachment: fixed;
         }
       a {
            text-decoration:none;
            color:#000;
        }
        .navbar {
            background-color:#000;
            width:100%;
            height:50px;
        }
        .container {
            width: 1000px;
            margin: 0 auto;
        }
        .navbar .navbar-content-1 a {
            float: left;
            color: #FFF;
            line-height: 50px;
            display: inline-block;
            width: 90px;
            white-space: nowrap;
            text-align: left;
        }
        .navbar .navbar-content-2 a {
            float: right;
            color: #FFF;
            line-height: 50px;
            display: inline-block;
            width: auto;
            white-space: nowrap;
            text-align: right;
        }
        .navbar .navbar-content a {
            float: left;
            color: #FFF;
            line-height: 50px;
            display: inline-block;
            width: 90px;
            white-space: nowrap;
            text-align: center;
        }
        .navbar .navbar-content a:hover {
            color: #CCC;
        }
        .news-list {
            margin: 50px 0;
            background-color: #FFF;
            border-radius: 15px;
            border: 1px solid #DDD;
            padding: 30px 20px;
            min-height: 300px;
        }
        .news-list:hover {
            box-shadow: 0 0 5px 3px #CCC;
        }

        .about .about-des {
            border-left: 5px solid #abc;
            margin-top: 15px;
        }

        .about .about-des p {
            padding-left: 10px;
            line-height: 28px;
            text-indent: 2em;
        }

        .news-list-left {
            float: left;
            width: 729px;
            margin-bottom: 50px;
        }

        .news-list-right {
            float: right;
            width: 229px;
        }
        .news-title i {
            display: inline-block;
            width: 47px;
            height: 43px;
            margin-right: 10px;
            background: url('image/54a1137bbeaa9.jpg') left center no-repeat;
            vertical-align: middle;
        }
        .news-title a {
            color: green;
        }
        .news-title a:hover {
            text-decoration: underline;
        }
        .copyright {
            clear: both;
            text-align: center;
            color: gray;
            border-top: 2px solid #CCC;
            margin-top: 50px;
            padding: 20px 0;
        }
        button {
            cursor: pointer;
            width: 150px;
            height: 44px;
            margin-top: 25px;
            padding: 0;
            background: #ef4300;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #ff730e;
            -moz-box-shadow:
                    0 15px 30px 0 rgba(255,255,255,.25)
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值