Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 611 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 611 Bytes

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