Home - arbuxsrc/replicube-techniques GitHub Wiki
Welcome to the replicube-techniques wiki!
Replicube developers
All rights for the Replicube name and game owned by Walaber.
Introduction
The game involves writing Lua code to generate a match for a presented 3d pattern.
There are leaderboards for speed and conciseness of code.
Lua
The current version uses Lua 5.4 as the scripting language.
Lua documentation at https://www.lua.org/docs.html with the language reference as https://www.lua.org/manual/5.4/
Techniques
- General interface techniques
- General language techniques
- General shape techniques
- Conciseness techniques
- Speed techniques
... and check the Github repository for solutions