/DFQ-Original

A basic version of Dungeon & Fighter·Quest.

Primary LanguageLuaApache License 2.0Apache-2.0

DFQ-Original

DFQ-Original is a basic version of Dungeon & Fighter·Quest (DFQ), it's a coterie game of DNF.

Build

DFQ makes with LÖVE(0.10.2), you can download it and learn how to run.

Code Standards

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.

About

You can learn more in my blog.