Skip to content

iceMilkAndSugar/DFQ-Original

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 99.5%
  • Other 0.5%