The TranxCraft Web Panel
Welcome to the TranxCraft Web repository. This is the panel that allows you to get involved even when you're not playing!
This is just the core code, the design of the panel, as it currently stands, is closed source.
If you wish to contribute to the project you must only develop in the development branch (this will be created when the first alpha is released), and we also please ask that you follow our below stated coding style.
All must be written following the Stroustrup coding style. An example of this can be seen below:
if ($cond == true) {
//...
}
else {
//...
}Other guidelines we ask that you follow are:
- Booleans must be written in lower-case
- Class names must be declared using
StudlyCaps - Method names must be declared using
camelCase - Class constants must be declared in
CAPSwith underscores for separation - The closing PHP tag
?>must be omitted - Only
<?phpand<?=are acceptable
Contributors & Developers
- Matt Kent
- Dan Jones <<<<<<< HEAD
- Logan =======
- Logan
805d151aa29884e5dc5493e8f6fa202d542eee8c