Skip to content
This repository was archived by the owner on Dec 19, 2017. It is now read-only.

TranxCraft/TranxCraft-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TranxCraft Web

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.


Contributing

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 CAPS with underscores for separation
  • The closing PHP tag ?> must be omitted
  • Only <?php and <?= are acceptable

Contributors & Developers

  • Matt Kent
  • Dan Jones <<<<<<< HEAD
  • Logan =======
  • Logan

805d151aa29884e5dc5493e8f6fa202d542eee8c

About

The web panel that allows you to be involved, even when you're not playing!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published