zj1d / DFQ-Original

A basic version of Dungeon & Fighter·Quest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A basic version of Dungeon & Fighter·Quest.

License:Apache License 2.0


Languages

Language:Lua 99.6%Language:Scala 0.3%Language:SuperCollider 0.2%