Javript大富翁(原创)

所属分类:其他-游戏

 20069  236  查看评论 (10)
分享到微信朋友圈
X
Javript大富翁(原创) ie兼容9

更新时间:2019-11-23 23:32:04

更新说明:修好了所有bug


更新时间:2019-10-18 01:32:14

更新说明:终版终于出来啦!

更新简介:

1.修复了所有已知的bug

2.开放了地图所有功能区域

3.加入了电脑,最大游戏人数为四人,可以自由选择玩家和电脑


css部分

* {
	margin:0;
	padding:0;
	border:0;
}
html,body {
	margin:0;
}
@-webkit-keyframes STAR-MOVE {
	from {
	background-position:0% 0%
}
to {
	background-position:600% 0%
}
}@keyframes STAR-MOVE {
	from {
	background-position:0% 0%
}
to {
	background-position:600% 0%
}
}.wall {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
div#background {
	background:black url('img/background.png') repeat-x 5% 0%;
	background-size:cover;
	-webkit-animation:STAR-MOVE  200s linear infinite;
	-moz-animation:STAR-MOVE  200s linear infinite;
	-ms-animation:STAR-MOVE  200s linear infinite;
	animation:STAR-MOVE  200s linear infinite;
}
div#midground {
	background:url('img/midground.png')repeat 20% 0%;
	z-index:1;
	-webkit-animation:STAR-MOVE  100s linear infinite;
	-moz-animation:STAR-MOVE  100s linear infinite;
	-ms-animation:STAR-MOVE  100s linear infinite;
	animation:STAR-MOVE  100s linear infinite;
}
div#foreground {
	background:url('img/foreground.png')repeat 35% 0%;
	z-index:2;
	-webkit-animation:STAR-MOVE  50s linear infinite;
	-moz-animation:STAR-MOVE  50s linear infinite;
	-ms-animation:STAR-MOVE  50s linear infinite;
	animation:STAR-MOVE  50s linear infinite;
}

html部分

<div id="background" ></div>
<div id="midground" ></div>
<div id="foreground" ></div>
相关插件-游戏

jQuery移动端扭蛋抽奖

基于jQuery的移动端双色球抽奖效果
  游戏
 29338  356

jquery天天爱消除小游戏

jquery实现的简易版天天爱消除,简单效果好,功能自己扩展。
  游戏
 25006  305

飞机大战(原创)

js用的es5语法,兼容大部分浏览器!支持移动端(代码注释非常全,要学习的抓紧收了。)
  游戏
 30583  378

jQuery数字华容道

基于jquery编写的一个数字华容道小游戏,代码注释超全。
  游戏
 21142  284

讨论这个项目(10)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    y∩__∩y 0
    2021/3/29 15:45:00
    等我研究这个源码,做个能联机的😀
        无&良芳~0
        2022/8/24 9:41:40
        我等你1.0版本,我一直想做个大富翁,我会Java
        M″ ???????″?0
        2022/11/16 9:13:07
        👍
    回复
    我家的猫咪叫英俊 0
    2020/7/9 15:27:27
    发现bug了,一方进了监狱,一方度假,度假可以立马结束,监狱结束后,度假程序又立马执行
        清柠0
        2022/8/3 10:16:52
    回复
    MaJiayin 0
    2019/11/23 11:01:43
    玩出BUG了。当房地产达到三级(大酒店)的时候,地主人走到这个三级地(也就是大酒店)的时候,会触发上一个人物的剧情。(例如:上一个人物的剧情是日本建立了一个大酒楼,拥有三级地的地主走到三级地的时候,就会触发了上一个剧情:日本建立了一个大酒楼,希望改一下这个BUG)。兼容性差,玩着玩着就卡住了,动都动不了,希望作者多多测试
        HumanSean0
        2019/11/23 11:15:35
        真棒!!谢谢!这个bug修好了就不会卡住不动啦!马上修!
    回复
    让我想想 0
    2019/10/20 23:58:41
    我就想问问,为什么我跟电脑玩了四局,我输了四局??
        yimixia0
        2019/10/22 10:55:18
        单挑能赢一次吧
        HumanSean1
        2019/10/27 13:01:21
        之前设置的机会命运赌注比较大比较刺激,输赢完全靠运气,可以打开data.js来修改一下的
    回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复