Code Monkey home page Code Monkey logo

takeit's Introduction

cocos creater做的接金币小游戏

游戏截图:

截图

简介 游戏主要分为三个场景

start(点击按钮进入游戏)

game(接到炸弹后游戏结束,接到金币分数增加)

end(分数统计,点击retry重新开始游戏)

实现思路:

游戏中用到的Prefab是炸弹和金币,他们随机从上往下掉。然后使用碰撞系统,如果和人物发生碰撞,做出相应的处理。

游戏方法:

通过键盘的左右或者A、D按键来控制小人的移动。接到金币加10分,接到炸弹游戏结束。
只支持在pc上玩,因为这里监听的是键盘事件,分别监听了键盘的A和D,已经方向键左和右,keycode分别是65(A)、68(D)、37(左)、39(右)。

程序截图:

截图

takeit's People

Contributors

lzou avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.