Skip to content

SandzoNight/xo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XO Project

Naming Convention

  1. Class

Start with uppercase ex.

class Game
  1. Variable and Method

Camel-case ex.

int playerScore
  1. Constant Variable

Capitalized ex.

final int AGILE