Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
/ Snake Public archive

A simple Snake game implemented by qt6/c++

License

Notifications You must be signed in to change notification settings

RenZihou/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

A simple Snake game implemented by qt6/c++

Usage

> cmake -S . -B build -G "MinGW Makefiles"
> cmake --build build

run build/Snake.exe