Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 777 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 777 Bytes

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.