自制狂拍灰太狼小游戏(HTML+CSS+JavaScript)

游戏 游戏 2691 人阅读 | 0 人回复

<
明天想一想,好久出有翻开专客了,以是正在那里给各人上面我寒假的存“粮”。
那里保举各人一个前端开辟神器App:  HBuilder
后绝借会有多个同款系列:如便宜微专、便宜QQ音乐、便宜品劣购网站等等。
假如有需求进修系列的我偶然间的时分也会分享出去,如
150339prxskx52rx5j3jvv.png

另有挺多的,那里便纷歧一举例子了。
 从那里注释便开端了,先去看看代码目录,让各人有自信心本人也能做出去:
150340ykgg5w4njg3hy4yc.png

其实便三个代码需求本人写:1.css    、   1.js  战  狂拍灰太狼.html
看到那里,是否是以为很简朴呀!信赖您们皆能够。
正在那里阐明一下,因为我是抠图做出去的,以是不免没有那末美妙,以是各人便迁就一下吧!
再去看看游戏中的结果图:
150340eaekfpaekwafjlsa.jpg
 

150340gw7dqdd4jgjd4w4d.jpg
 

150341q2p5ga2jaq4qn57n.jpg
 

150341ey7h8f0026zsuykf.jpg
 

 最初也各人最念要的源代码,立即给各人附上:

狂拍灰太狼.html


    
        
        
        
        
        
    
    
        
            0


            

            开端游戏
            游戏划定规矩

            
                游戏划定规矩:

                1.游戏工夫:60s

                2.拼脚速,殴挨灰太狼+10分

                3.殴挨小灰灰-10分

                [封闭]
            

            
                GAME OVER


                从头开端
            

        

    


1.css
*{
    margin: 0;
    padding: 0;
}
.container{
    width: 320px;
    height: 480px;
    background: url("../img/game_bg.png") no-repeat 0 0;
    margin: 50px auto;
    position: relative;
}
.container>h1{
    color: white;
    margin-left: 60px;
}
.container>.progress{
    width: 119px;
    height: 16px;
    background: url("../img/progress.png") no-repeat 0 0;
    position: absolute;
    top: 58px;
    left: 60px;
}
.container>.start{
    width: 150px;
    line-height: 35px;
    text-align: center;
    color: white;
    background: linear-gradient(#E55C3D,#C50000);
    border-radius: 20px;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 320px;
    left: 50%;
    margin-left: -75px;
}
.container>.rules{
    width: 90%;
    height: 20px;
    background: #ccc;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}
.container>.rule{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 100px;
    box-sizing: border-box;
    text-align: center;
    display: none;
}
.rule>p{
    line-height: 50px;
    color: white;
}
.rule>a{
    color: red;
}
.container>.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 200px;
    box-sizing: border-box;
    text-align: center;
    display: none;
}
.mask>h1{
    color: #ff4500;
    text-shadow: 3px 3px 0 #fff;
    font-size: 40px;
}
.mask>button{
    width: 150px;
    line-height: 35px;
    text-align: center;
    color: white;
    background: linear-gradient(#74ACCF,#007DDC);
    border-radius: 20px;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 320px;
    left: 50%;
    margin-left: -75px;
}


1.js
$(function(){
    //游戏划定规矩面击
    $(".rules").click(function(){
        $(".rule").stop().fadeIn(100);
    });
    //封闭按钮面击
    $(".close").click(function(){
        $(".rule").stop().fadeOut(100);
    });
    //开端游戏面击
    $(".start").click(function(){
        $(this).stop().fadeOut(100);
        //处置进度条
        progressHandler();
        wolfAnimation1();
    });
    //从头开端面击
    $(".reStart").click(function(){
        $(".mask").stop().fadeOut(100);
        //处置进度条
        progressHandler();
        wolfAnimation1();
    });
    function progressHandler(){
        $(".progress").css({
            width: 119
        });
        var timer = setInterval(function(){
            var progressWidth = $(".progress").width();
            progressWidth -= 1;
            $(".progress").css({
                width: progressWidth
            });
            if(progressWidth  wolfIndexEnd){
                wolfImage.remove();
                clearInterval(wolfTimer);
                wolfAnimation1();
            }
            //图片内乱容
            wolfImage.attr("src" , wolfType[wolfIndex]);
            wolfIndex++;
        },300);
        //增加图片到界里
        $(".container").append(wolfImage);
        gameRules(wolfImage);
    }
    function wolfAnimation2(){
        $(".wolfImage").remove();
        clearInterval(wolfTimer);
    }
    function gameRules(wolfImage){
        wolfImage.one("click",function(){
            window.wolfIndex = 5;
            window.wolfIndexEnd = 9;
            var src = $(this).attr("src");
            var flag = src.indexOf("h") >= 0;
            // alert(flag);
            if(flag){
                $(".score").text(parseInt($(".score").text()) + 10);
            }else{
                $(".score").text(parseInt($(".score").text()) - 10);
            }
        });
    }
});

便宜小游戏到那里便完毕了,下次再会啦!

免责声明:假如进犯了您的权益,请联络站少,我们会实时删除侵权内乱容,感谢协作!
1、本网站属于个人的非赢利性网站,转载的文章遵循原作者的版权声明,如果原文没有版权声明,按照目前互联网开放的原则,我们将在不通知作者的情况下,转载文章;如果原文明确注明“禁止转载”,我们一定不会转载。如果我们转载的文章不符合作者的版权声明或者作者不想让我们转载您的文章的话,请发帖留言提供原创证明,我们将积极配合您!
2、本网站转载文章仅为传播更多信息之目的,凡在本网站出现的信息,均仅供参考。本网站将尽力确保所提供信息的准确性及可靠性,但不保证信息的正确性和完整性,且不对因信息的不正确或遗漏导致的任何损失或损害承担责任。
3、任何透过本网站网页而链接及得到的资讯、产品及服务,本网站概不负责,亦不负任何法律责任。
4、本网站所刊发、转载的文章,其版权均归原作者所有,如其他媒体、网站或个人从本网下载使用,请在转载有关文章时务必尊重该文章的著作权,保留本网注明的“稿件来源”,并自负版权等法律责任。
回复

使用道具 举报

 
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则