-
Notifications
You must be signed in to change notification settings - Fork 0
Home
red-the-random-dev edited this page Oct 1, 2021
·
1 revision
DotRPG is a wrapper library for MonoGame that can qualify as game engine targeted for creation of jRPGs and top-down action games in general.
As for Week 1, DotRPG got following things implemented:
- Object set for easier text and sprite display/animation
- Dynamic objects which feature collision and locomotion system
- Scripting with use of Lua scripting language and NLua library
Modules:
- .Objects.Complexity (undone)
- .Objects.Dynamics
- .Scripting
- .Scripting.Pipeline (undone)