Coder Social home page Coder Social logo

runner's Introduction

跑者


靈感來源于Ava做的游戲:一周內做了,山寨版地鐵跑酷 | Unity 遊戲開發

Ava的頻道@AvaLab

我先從2D開始


部署方式

  • 添加環境變量COCOS_HOME 目標為Cocos2d-x根目錄
  • Run Bash:
#! Linux:
mkdir -p build
cd build
cmake ..
# Change Your Processor Number For Build project
make -j8
#! Windows:
mkdir build
cd build
# Change Your Visual Studio Version, If else
cmake .. -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Debug -A win32
# Change Your Processor Number For Build project
cmake --build . --target Runner --config Debug -j 10

游戲構思:

使用文字來描述界面

Class Map

  • Scene
    • MenuScene : Scene
    • GameScene : Scene
    • EndScene : Scene
  • Sprite
    • Player
    • AbstractObstacle
      • StaticObstacle
      • DynamicObstacle

Features

  • 建模任務
    • 人物建模
    • 地圖建模
    • 基礎障礙物建模
  • 場景任務
    • 開始菜單
    • 游戲界面
    • 結束界面

目前進度

  • 完成多邊形物理精靈創建
  • 完成行走界面

runner's People

Contributors

diam2023 avatar

Watchers

 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.