Skip to content

A Tetris game written in C++ that runs on the console

Notifications You must be signed in to change notification settings

jishux2/MyTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

A Tetris game written in C++ that runs on the console

可以实现以下功能:


创建新游戏

  • 方块位移(上下左右平移、下落、旋转)
  • 游戏暂停
  • 次方块预览
  • 落处预判
  • 可视化按键响应

保存和载入游戏

  • 基于文件输入和输出流实现

输出开发者信息

退出

  • 完成了

About

A Tetris game written in C++ that runs on the console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages