DFQ-Original is a basic version of Dungeon & Fighter·Quest (DFQ), it's a coterie game of DNF.
DFQ makes with LÖVE(0.10.2), you can download it and learn how to run.
DFQ has own-style code standards, see below:
- Private variable: prefixed with
_
=>_a
- Function & Class: prefixed with capital letter =>
Test()
- Module (A table but not class): all capital letter =>
MAP
And DFQ use a code hinting plugin named EmmyLua, so you can see some comments such like ---@xxx
.
You can learn more in my blog.