Giter Site home page Giter Site logo

c-cpp's Introduction

基于 C/C++ 语言的编程设计

目前进度

  • 项目未确定 (︶︹︺)
  • 决定先用 Dear ImGui 写点益智小游戏试试手.
    • 游戏关卡以 yaml 格式保存并利用 yaml-cpp 库进行解析.
    • 基本完成了 Sudoku (数独) 游戏, 可作为开发其他游戏的示例. 见 game.h, sudoku.cpp/levels/sudoku.
    • 基本完成了 Kakuro (数和) 游戏.

初始化

将项目克隆到本地:

git clone https://github.com/waterv/c-cpp.git

生成工具为 Visual Studio 16 2019 (解决方案平台选择 x86).

自动格式化

安装 clang-format 格式化工具:

# Linux
sudo apt install clang-format

# macOS
brew install clang-format

# Windows 可直接下载 LLVM 二进制文件安装,
# 安装时注意勾选 'Add LLVM to the system PATH'

修改 git 钩子的路径:

git config core.hooksPath .githooks

c-cpp's People

Contributors

hou1464851806 avatar waterv avatar

Stargazers

 avatar  avatar

Watchers

 avatar

c-cpp's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.