文件名称:Florence:Florence Engine是一个游戏引擎,可以为x86 DOS创建选择您自己的冒险游戏
文件大小:25KB
文件格式:ZIP
更新时间:2024-04-21 01:16:47
C++
佛罗伦萨引擎 佛罗伦萨是一个游戏引擎,可以创建您自己的冒险DOS游戏。 为佛罗伦萨引擎(Florence Engine)编写的游戏使用一种小的简单脚本语言,称为FlorenceScript。 佛罗伦萨脚本 FlorenceScript用于处理游戏流程并显示图片。 下面是一个小的FlorenceScript文件,向我们展示了语言功能。 > exit_message: A message. > about_message: An about message. [start_section] This is the start label, the first place player goes. New lines are preserved as is, except when preceeded with a ^ sign, for instance this won't be pres
【文件预览】:
Florence-main
----include()
--------utils.asm(2KB)
--------header.asm(1KB)
--------render.asm(3KB)
--------userio.asm(4KB)
----LICENSE(1KB)
----src()
--------florence.cpp(888B)
--------linker.hpp(1KB)
--------fscompiler()
--------assembler.cpp(1KB)
--------assembler.hpp(504B)
--------CMakeLists.txt(52B)
--------linker.cpp(680B)
--------utils()
----examples()
--------example.flrnc(1KB)
----.gitignore(29B)
----CMakeLists.txt(315B)
----README.md(1KB)
----.vscode()
--------launch.json(894B)
--------settings.json(1KB)
--------c_cpp_properties.json(753B)