Skip to content

GGAlanSmithee/pangea-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for game with working title Pangea

Workspace

Editor
Tabs is set to equal 4 spaces
No tab
    Tabbed once
        Tabbed twice

Naming Convenctions

Files
CamelCase, starting with a Capital letter

MainModel.php

Config files
All lowercase letters

config.php

Code

Comments
Avoid unless absolutley necessary
Descriptive
Full sentence starting with Capital letter
// This is a descriptive comment.
Methods
Descriptive names in camelCase, starting with a lowercase letter
Argument in camelCase, starting with a lowercase letter
Kept small and re-usable
functionName(var variable)
If-statements
There should be a white space between the if and the statement header
PHP: Codeblock starts on the line below the if-statement
if (true)
{
    // PHP
}

About

Browser RTS game API WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages