Skip to content

ssjjcao/Game2048

Repository files navigation

Game2048

A naive game (2048) in cmd with a naive algorithm to automatically run.

compile:

g++ main.cpp Auto.cpp Board.cpp Controller2048.cpp Rank.cpp Tile.cpp -o Game2048

run:

Game2048

About

a naive 2048 run in command line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages