Skip to content

A rework of Minetest, a simple game that tries to do what Minecraft dosen't do or well kind of.

License

Notifications You must be signed in to change notification settings

Peperehobbits01/nomc.gg

 
 

Repository files navigation

About the NoMC.gg project.

Installation of development environnement

Requirement to run/program the software

Recommanded to run/program the software

Setting up your environnement

What's next for the project?

Project architecture

This is not the real project architecture yet!

█───Project folder
│
│   .clang-tidy
│   .dockerignore
│   .editorconfig
│   .gitattributes
│   .gitignore
│   .luacheckrc
│   .mailmap
│   CMakeLists.txt
│   CNAME
│	COPYING.LESSER
│	Dockerfile
│	LICENSE.txt
│	README.md
│	minetest.conf.example
│
├───.github
│       Essentials files for the github repos.
│
├───android
│		Android related files.
│
├───builtin
│		Unknown for now (needs to be lookt at)
│
├───client
│		Client shaders and server list.
│
├───clientmods
│		Example mods for NoMC.gg
│
├───cmake
│		Cmake modules.
│
├───doc
│		Documentation of the NoMC.gg
│
├───fonts
│		Fonts files aka text type files.
│
├───games
│		The "games" that are availeble on installation.
│
├───lib
│		Libraries used on the NoMC.gg project.
│
├───misc
│		Unknown for now (needs to be lookt at)
│
├───mods
│		Mods directory for when they are installed.
│
├───po
│		Unknown for now (needs to be lookt at)
│
├───src **Someone needs to work on this**
│   │   
│   ├───       
│   │       
│   │   
│   ├───       
│   │       
│   │    
│   ├───       
│   │       
│   │
│   └───
│           
│
├───texture
│       This is where the default and custom texture packs are.
│
├───util
│       Unknown for now (needs to be lookt at)
│
└───worlds
        This is where worlds that you create are stored.

About

A rework of Minetest, a simple game that tries to do what Minecraft dosen't do or well kind of.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C++ 79.0%
  • Lua 10.9%
  • C 7.2%
  • CMake 1.0%
  • GLSL 0.9%
  • Python 0.4%
  • Other 0.6%