cursed-trees:用ncurses用C ++编写的树演化仿真

时间:2024-05-03 04:33:56
【文件属性】:

文件名称:cursed-trees:用ncurses用C ++编写的树演化仿真

文件大小:89KB

文件格式:ZIP

更新时间:2024-05-03 04:33:56

C++

诅咒的树木 基于 安装 您将需要C ++ 20编译器(GCC10 +或Clang10 +),cmake和ncurses库。 首先克隆存储库: git clone https://github.com/LLLida/cursed-trees --recursive 然后构建: cd cursed-trees mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. cmake --build . -j N # N is number of threads that will be used for build, 2-3 will be enough 目前,该项目仅在GNU / Linux上进行了测试,但我想它可以在任何类似Unix的系统上运行。 去做 保存/加载系统 嵌入脚本语言(lua?) 更复杂的基因组和能量系统


【文件预览】:
cursed-trees-main
----.gitmodules(436B)
----Memory-Pool()
----assets()
--------screenshot.png(80KB)
----entt()
----LICENSE(34KB)
----fmt()
----src()
--------Graphics()
--------Game()
--------main.cpp(5KB)
----random()
----README.org(838B)
----.gitignore(312B)
----CMakeLists.txt(1KB)
----nlohmann_json-shrinked()

网友评论