Skip to content
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:

  1. .Objects
  • .Objects.Complexity (undone)
  • .Objects.Dynamics
  1. .Scripting
  • .Scripting.Pipeline (undone)
Clone this wiki locally