GithubHelp home page GithubHelp logo

egret-tiaoyitiao's Introduction

tiaoyitiao

仿写微信小游戏「跳一跳」,使用白鹭引擎 运行步骤

PC端展示:

  • 下载源码后使用wing打开(直接将'跳一跳白鹭源码'文件夹拖到wing编辑器中即可)
  • 点击调试运行(左上方小火箭左边的小爬虫按钮)或者直接在当前文件目录下使用命令:egret run

微信开发工具展示:

  • 首先修改'跳一跳白鹭源码'下index.html中的一行代码

    data-scale-mode="showAll"
    修改为:
    data-scale-mode="fixedWidth"
    
  • 修改 egretProperties.json(也可以去EgretLauncher项目下去直接设置发布模式,下面代码会自动修改)

    "target": {
        "current": "web"
      },
    修改为
    "target": {
        "current": "wxgame"
      },
    
  • 之后在当前目录下使用命令:egret run

egret-tiaoyitiao's People

Contributors

skura23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.