Skip to content

jinmel/PostechMarble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postech Marble

Menu

GamePlay

Environment Setup

  • Qt 5.1

Coding guidelines

  • use snake_case for variables
  • use camelCase for operations
  • use PascalCase for class name
  • tab width : 4 (with spaces)
  • encoding : UTF-8
  • line separator(newline character) : LF(\n)
  • use #pragma once instead of #if~#endif