8000 GitHub - Linzecong/2048: A very simple game with simple functions ------- 2048 ( Qt version )
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Linzecong/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

A very simple game with simple functions ------- 2048 ( Qt version )

int num[4][4];//Used to save number
int Score;//Used to save score

void create();//create a number(2 or 4)

void up();//when move up
void down();
void left();
void right();

int check();//check whether the game is over

About

A very simple game with simple functions ------- 2048 ( Qt version )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0