kwh3884858 / BladeSlayer

A cyberpunk-style action role-play game with unique rendering effects.
0 stars 0 forks source link

BladeSlayer

BladeSlayer Documents

通过链接,你可以查看,并且修改文档(求不瞎改)


https://docs.qq.com/doc/DWXFJWVR2a3NWTVl3

如果您对于Entity和系统架构并不熟悉,请先阅读这份文档。


https://docs.qq.com/doc/DWW9FdEZDd1ViQXRV


https://docs.qq.com/doc/DWWdLc0Vya3hWZnZI


https://docs.qq.com/doc/DWXlKeVRRUkNEWUxh


Project Introduction

A cyberpunk-style action-playing game with unique rendering effects.

Introduction to play

Collaborative Instructions

  1. clone remote repository git clone https://github.com/kwh3884858/BladeSlayer
  2. Enter the warehouse cd BladeSlayer Switch to the repository
  3. View branch git branch If you are sure that you are on the master, there is no problem.
  4. Update the repository git pull
  5. Branch description, master is the main branch, dev is the development branch.
  6. Switch to development branch git checkout dev
  7. Modify bugs, Add new features    - git add <filename> filename can also use * to indicate all    - git commit -m "message" message format below    - git push origin dev push your own changes    - git pull fetches new commits from the repository (if the push fails, the update first resolves the conflict)
  8. Daily development git pull and then connect 6, continue to iterative development

The master branch is merged by the administrator to prevent bugs from crashing in later projects. There is no need to roll back directly, and the master is a stable version. Every time dev updates new features and there are no bugs, the administrator merges once.

format requirement

commit information inside: :