文件名称:command_line_craft:TUI Minecraft克隆
文件大小:38KB
文件格式:ZIP
更新时间:2024-04-01 14:54:25
C++
Command-Linecraft
码头中的Minecraft克隆
该程序使用ncurses在终端中绘制图形。
游戏
怎么玩:
去做
数据包(块数据,配方等)
在src / data /目录中,TODO
汇编
主要源代码
src /目录
源代码使用的Util函数
查看src / util /
编译游戏
运行build/compile.sh然后输入:
c
【文件预览】:
command_line_craft-master
----src()
--------data()
--------player.cpp(491B)
--------world.hpp(526B)
--------util()
--------gfx_core.hpp(1KB)
--------gfx_core.cpp(2KB)
--------game.cpp(2KB)
--------scale_macros.hpp(1KB)
--------world.cpp(805B)
--------plane.hpp(1KB)
--------main.cpp(211B)
--------game.hpp(110B)
--------player.hpp(624B)
----build()
--------compile.sh(1KB)
--------shellnote.sh(252B)
--------main(70KB)
--------colortest(13KB)
----README.md(889B)
----tests()
--------colortest.cpp(1KB)
----.replit(34B)