No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-01 14:52:56 +02:00
docs Create documentation folder 2026-09-01 14:50:03 +02:00
match Protocol cleanup 2026-09-01 14:52:56 +02:00
config Protocol cleanup 2026-09-01 14:52:56 +02:00
cryspycore.lua Dora / Hand rendering 2026-09-01 14:52:45 +02:00
cryspyui.lua Dora / Hand rendering 2026-09-01 14:52:45 +02:00
mahjong.lua Protocol cleanup 2026-09-01 14:52:56 +02:00
protocol Protocol cleanup 2026-09-01 14:52:56 +02:00
README.md Initial commit 2024-02-02 09:39:42 +01:00
server.lua Protocol cleanup 2026-09-01 14:52:56 +02:00
uimockup.lua Protocol cleanup 2026-09-01 14:52:56 +02:00

cc-vcs

A mahjong system for ComputerCraft / CCTweaked.

Installation

Two components are required.

server.lua (host)

wget https://raw.githubusercontent.com/ActualLily/cc-mahjong/main/server.lua /mahjong/server.lua

vcs.lua (client)

wget https://raw.githubusercontent.com/ActualLily/cc-mahjong/main/mahjong.lua /mahjong/mahjong.lua

Usage

Server

/mahjong/server.lua Listens on the LYMJ protocol for protocol commands as documented in the protocol file

Client

mahjong/mahjong.lua The client has a GUI and will work you through itself. It will not work if there is no server hosted.