文件名称:termq-engine:回合制Roguelike游戏引擎
文件大小:33KB
文件格式:ZIP
更新时间:2024-05-31 05:21:38
game-engine ncurses C++
终极任务 ncurses的个人冒险。 要求 要求( g++ 4.3或clang++ 3.8 ), libncurses5-dev和cmake 2.8.12.2 。 安装说明 # Copy the source files git clone https://github.com/jm-janzen/termq.git # Navigate to project's build directory cd termq/build # Build the project locally cmake .. && make -j4 # or cmake --build . # Execute the compiled binary ../bin/termq 测试说明 cd termq/build # Run all tests ctest -V # Run specific test bin
【文件预览】:
termq-engine-master
----inc()
--------Enemy.h(609B)
--------Map.h(583B)
--------World.h(417B)
--------difficulty-levels.h(268B)
--------Actor.h(2KB)
--------Cell.h(562B)
--------Player.h(341B)
--------Coin.h(125B)
--------directions.h(224B)
--------DiagWindow.h(277B)
--------game.h(1KB)
--------menu.h(215B)
--------Global.h(2KB)
--------Window.h(1KB)
--------StatusBar.h(348B)
--------Item.h(433B)
--------gameover.h(67B)
--------Entity.h(2KB)
--------MenuWindow.h(585B)
----src()
--------windows()
--------global()
--------world()
--------entities()
--------CMakeLists.txt(490B)
--------main.cpp(400B)
--------gameover.cpp(551B)
--------game.cpp(6KB)
--------menu.cpp(4KB)
----build-test.sh(97B)
----CMakeLists.txt(2KB)
----.travis.yml(984B)
----build()
--------.keep(0B)
----test()
--------test_vec2ui.cpp(967B)
--------CMakeLists.txt(624B)
--------test_item.cpp(688B)
--------test_entity.cpp(4KB)
----LICENSE.md(1KB)
----README.md(1KB)
----docs()
--------source()
--------about-termq.md(0B)
--------.keep(0B)
--------roadmap-to-release.md(1KB)
----.gitignore(100B)
----bin()
--------.keep(0B)