Skip to content

xLab-HDU/s051cmake-console-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

双字节版的贪吃蛇

这个存储库是一个用 C++ 实现的双字节版的贪吃蛇游戏,用 CMake 构建。

Build Status

How to Use

# configure the project
cmake -B build

# build the project
cmake --build build

# test the project
cd build
ctest --output-on-failure

# run the project
./build/bin/main.exe

# package the project
cpack -G ZIP
# or
cpack -G NSIS

License

The source code is dual licensed under Public Domain and MIT -- choose whichever you prefer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published