Sanguosha (三国杀, a.k.a. Legend of Three Kingdoms, LTK) written in Qt and Lua.
Go to file
Lãng Khách 54aa8ca238
Some checks are pending
Check Whitespace and New Line / check (push) Waiting to run
Deploy Doxygen to Pages / build (push) Waiting to run
Deploy Doxygen to Pages / deploy (push) Blocked by required conditions
Vietnamese translation (#418)
Add Vietnamese translation for core and standare package
2024-11-15 15:13:39 +08:00
.github Changelog: v0.4.20 2024-10-22 01:14:01 +08:00
android Vietnamese translation (#418) 2024-11-15 15:13:39 +08:00
audio 添加音频 (#317) 2024-02-05 11:07:54 +08:00
docker 单机热更新,以及Docker (#336) 2024-04-02 01:00:10 +08:00
docs Doxygen and test (#385) 2024-10-17 19:00:02 +08:00
Fk Vietnamese translation (#418) 2024-11-15 15:13:39 +08:00
fonts UI-adjust-1 (#20) 2022-05-01 18:37:13 +08:00
image ChangeLog: v0.5.0 2024-11-09 21:44:34 +08:00
include@4fd2070d09 Changelog: v0.4.20 2024-10-22 01:14:01 +08:00
lang Vietnamese translation (#418) 2024-11-15 15:13:39 +08:00
lib Modmaker (#165) 2023-05-27 21:59:31 +08:00
lua ChangeLog: v0.5.0 2024-11-09 21:44:34 +08:00
packages Vietnamese translation (#418) 2024-11-15 15:13:39 +08:00
server 游戏时长统计 (#302) 2023-12-28 12:11:24 +08:00
src Vietnamese translation (#418) 2024-11-15 15:13:39 +08:00
test 杀了-1 (#393) 2024-10-22 00:03:42 +08:00
wasm Cppfix (#142) 2023-04-30 18:54:23 +08:00
.gitignore Vietnamese translation (#418) 2024-11-15 15:13:39 +08:00
.gitmodules Remove fkp (#154) 2023-05-19 07:45:08 +08:00
CHANGELOG.md ChangeLog: v0.5.0 2024-11-09 21:44:34 +08:00
CMakeLists.txt Vietnamese translation (#418) 2024-11-15 15:13:39 +08:00
CMakeLists.txt.OSX Vietnamese translation (#418) 2024-11-15 15:13:39 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-02-26 17:25:39 +08:00
CONTRIBUTING.md add CONTRIBUTING.md 2023-03-01 01:26:16 +08:00
deploycore.sh Changelog: v0.4.20 2024-10-22 01:14:01 +08:00
flake.lock Initial support for building with nix. (#106) 2023-04-08 11:25:29 +08:00
flake.nix ChangeLog: v0.1.6 2023-04-28 19:20:59 +08:00
freekill.desktop 新月杀 (#161) 2023-05-28 16:57:21 +08:00
freekill.server.config.json.example Serverlist (#360) 2024-07-03 01:31:22 +08:00
genfkver.sh Changelog: v0.4.16 2024-06-10 18:21:16 +08:00
LICENSE Initial import 2022-03-27 15:11:55 +08:00
mkfksource.sh small fix 2023-09-21 23:21:28 +08:00
README.md update readme 2024-11-15 11:09:34 +08:00
waiting_tips.txt small fix 2023-09-21 23:21:28 +08:00

新月杀FreeKill

Gitter


关于本项目

欢迎来到新月杀新月杀FreeKill是一款开源的三国杀游戏目的是为了提供一个最适合DIY的框架。 为了证明框架的适用性开发组还实现了官方大部分武将技能与游戏模式以供DIYer们参考。

项目使用Lua语言实现游戏逻辑与房间调度使用Qt C++为Lua提供底层支持网络通信、JSON等 使用Qt Quick实现GUI界面。详细文档请查看https://fkbook-all-in-one.readthedocs.io/


安装和使用

Release页面提供Windows版和Android版的打包好的文件请直接下载使用。 如需版本更新的话,请直接覆盖到原先的安装上更新,无需卸载旧版。

Linux用户则需要从头开始编译详细编译流程在此)。 以Debian为例

$ sudo apt install git gcc g++ cmake swig
$ sudo apt install liblua5.4-dev libsqlite3-dev libreadline-dev libssl-dev libgit2-dev
$ sudo apt install qtcreator qt6-base-dev qt6-tools-dev-tools # TODO: 记不清qt6的dev包了我自己用的是arch
$ git clone https://github.com/Qsgs-Fans/FreeKill.git
$ cd FreeKill
$ mkdir build && cd build
$ cp -r /usr/include/lua5.4/* ../include
$ cmake .. && make -j8

此外ArchLinux用户也可从AUR中安装

$ yay -S freekill

更多关于游玩细节与操作请查看这里


参与其中

若您能为新月杀做出贡献,我们将不胜感激。以下是关于贡献的一些注意事项:

  • 项目的所有lua文件packages/test除外由特殊仓库https://github.com/Qsgs-Fans/freekill-core进行管理 因此请不要直接修改本仓库中的Lua文件更多信息请查看freekill-core的README页面
  • 只有本仓库是在Github上托管与实际维护的开发组对其他官方武将的实现则分散在许多小仓库中 并且在Gitee上维护。这些仓库都在我们的组织账号之下https://gitee.com/qsgs-fans/
  • 本项目以及不少拓展包项目的需求都写在Issue中还请善加查阅。

许可证

本仓库使用GPLv3作为许可证。详见LICENSE文件。


点一下小星星呗!

Star History Chart