# DFQ-Original **Repository Path**: fans180/DFQ-Original ## Basic Information - **Project Name**: DFQ-Original - **Description**: A basic version of Dungeon & Fighter·Quest. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-09 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DFQ-Original DFQ-Original is a basic version of Dungeon & Fighter·Quest (DFQ), it's a coterie game of [DNF](http://dnf.qq.com). ## Build DFQ makes with [LÖVE(0.10.2)](http://love2d.org), you can [download it](https://bitbucket.org/rude/love/downloads/) and learn [how to run](http://love2d.org/wiki/Getting_Started). ## 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](https://github.com/EmmyLua/VSCode-EmmyLua), so you can see some comments such like `---@xxx`. ## About You can learn more in [my blog](https://musoucrow.github.io).