Skip to content

Latest commit

 

History

History
243 lines (199 loc) · 8.89 KB

README-en.md

File metadata and controls

243 lines (199 loc) · 8.89 KB

Online Game Development Map

A quick navigation map for game developers.

中文 | English

#include <iostream>
int main(){
    std::cout << "Hello, Game Development World!" << std::endl;
    return 0;
}


Introduction

  We recently organized an open source material library——"Online Game Development Map". The purpose is provide a quick manual for game technical developer to search or view the technology content in his work.

  ✅ Has      ❌ Has not   
   ✓ Useful knowledge points.       × Systematic knowledge explain.   
   ✓ Technology application and experience.       × Specific implementation details.   
   ✓ Points or methods to consider.       × Complete solution.   

Overview

image loading...

Menu

1.Basic Capability


2.Technical Capability


3.Development Capability


4.Management Capability


5.Operation Capability


Discussions

Discussions repo roster for @gonglei007/GameDevMind

Contact us

Email: gonglei007@hotmail.com

Preview

image loading...

Edit and View

  • Use XMind to edit content of folder /xminds/.
  • View quickly in folder /exports/.
  • Markdown text content folder(/mds/)。

Contributors

公雷(发起者),  Game Atom,  管仲才,  王栋,  ...

We sincerely invite more contributors.

Repo rosters

Stargazers

Stargazers repo roster for @gonglei007/GameDevMind

Forkers

Forkers repo roster for @gonglei007/GameDevMind

History

[2022-11-11]

  • Do a lot of refactor to the materials.

[2022-06-22]

  • The first version pushed to github.