/blazera

2D RPG engine written in C# using SFML and Lua

Primary LanguageC#

Blazera is a 2D game engine written in C#.
It uses SFML .NET binding and LuaInterface.

In src/ folder you may find the library sources,
in tools/ the editor, the server, a Box2DX demo and
in Blazera/ a game demo done to test the lib.

To run the game or the editor you have to copy
all the external dependancies located in external/ folder
to their respective binary folder.
If you move datas/ folder you have to change the DatasPath.lua
located on the binary folders accordingly to datas/ folder new location.