random-map-generation-library
- 资源大小:1.58 MB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
This project aims to provide a free framework for the generation of random maps which can be used in games and similar products.
Technical info
Is being currently written in C++ using Visual Studio
Makes extensive use of STL containers and algorithms
To do
Add tutorials and examples
Document each class extensively (members and methods)
Add an ObstaclePathDrawer class (to be used for maze generation or dungeon generation for Roguelike games)
Create a wrapper in C++CLI in order to make the library useful for .NET applications.
Create a wrapper in Java in order to make the library useful for applets or other Java application
Create a Linux-friendly package
Create some demo applications in C#/VB .NET using the C++CLI wrappers
文 件 列 表
RMGLv0.2
RMGL
AbstractOperation.h
RMGL.sdf
RMGL.sln
RMGL.suo
TestProject
Debug
TestProject.Build.CppClean.log
Debug
ipch
RMGL
TestProject
RMGL
AbstractOperation.cpp
RMGLv0.2