在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++游戏开发 → c++实战开发入门(几个简单游戏项目的开发代码)

c++实战开发入门(几个简单游戏项目的开发代码)

C/C++游戏开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:146.45M
  • 下载次数:46
  • 浏览次数:227
  • 发布时间:2022-05-25
  • 实例类别:C/C++游戏开发
  • 发 布 人:gaoqiang246
  • 文件格式:.rar
  • 所需积分:8
 相关标签: c++ 游戏 入门 代码 项目

实例介绍

【实例简介】c 实战开发入门(几个简单游戏项目的开发代码)

c 开发的简单游戏项目的开发代码,如推箱子、坦克动荡、快乐吃豆子、桌面破坏王等8款游戏

【实例截图】

from clipboard

【核心代码】

.
├── Code
│   ├── 01
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   ├── 26.txt
│   │   │   ├── 27.txt
│   │   │   ├── 28.txt
│   │   │   ├── 29.txt
│   │   │   ├── 30.txt
│   │   │   ├── 31.txt
│   │   │   ├── 32.txt
│   │   │   ├── 33.txt
│   │   │   ├── 34.txt
│   │   │   ├── 35.txt
│   │   │   ├── 36.txt
│   │   │   ├── 37.txt
│   │   │   ├── 38.txt
│   │   │   ├── 39.txt
│   │   │   ├── 40.txt
│   │   │   ├── 41.txt
│   │   │   ├── 42.txt
│   │   │   ├── 43.txt
│   │   │   ├── 44.txt
│   │   │   ├── 45.txt
│   │   │   ├── 46.txt
│   │   │   ├── 47.txt
│   │   │   ├── 48.txt
│   │   │   ├── 49.txt
│   │   │   ├── 50.txt
│   │   │   ├── 51.txt
│   │   │   └── 52.txt
│   │   ├── Module
│   │   │   ├── 001
│   │   │   │   ├── Tank
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── Tank2
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       └── targetver.h
│   │   │   ├── 002
│   │   │   │   ├── Tank
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── Tank2
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   ├── 003
│   │   │   │   ├── Tank_坦克对象
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   ├── Bot.cpp
│   │   │   │   │   ├── Bot.h
│   │   │   │   │   ├── Bullet.cpp
│   │   │   │   │   ├── Bullet.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameEntry.h
│   │   │   │   │   ├── GameHit.cpp
│   │   │   │   │   ├── GameHit.h
│   │   │   │   │   ├── GameMenuBackground.cpp
│   │   │   │   │   ├── GameMenuBackground.h
│   │   │   │   │   ├── GameMenuPanel.cpp
│   │   │   │   │   ├── GameMenuPanel.h
│   │   │   │   │   ├── GameMenuPanel2.cpp
│   │   │   │   │   ├── GameMenuPanel2.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── KeyMenuPlayer01.cpp
│   │   │   │   │   ├── KeyMenuPlayer01.h
│   │   │   │   │   ├── KeyMenuPlayer02.cpp
│   │   │   │   │   ├── KeyMenuPlayer02.h
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── Player.cpp
│   │   │   │   │   ├── Player.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── TankEntry.cpp
│   │   │   │   │   ├── TankEntry.h
│   │   │   │   │   ├── menu_1player_0.png
│   │   │   │   │   ├── menu_1player_1.png
│   │   │   │   │   ├── menu_2plyaer_0.png
│   │   │   │   │   ├── menu_2plyaer_1.png
│   │   │   │   │   ├── menu_background.png
│   │   │   │   │   ├── menu_backup.png
│   │   │   │   │   ├── menu_key_player01_0.png
│   │   │   │   │   ├── menu_key_player01_1.png
│   │   │   │   │   ├── menu_key_player02_0.png
│   │   │   │   │   ├── menu_key_player02_1.png
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   ├── tank.png
│   │   │   │   │   ├── tank_bot.png
│   │   │   │   │   ├── tank_player1.png
│   │   │   │   │   ├── tank_player2.png
│   │   │   │   │   ├── tank_player3.png
│   │   │   │   │   └── targetver.h
│   │   │   │   ├── Tank_增加地图
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   ├── Bot.cpp
│   │   │   │   │   ├── Bot.h
│   │   │   │   │   ├── Bullet.cpp
│   │   │   │   │   ├── Bullet.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameEntry.h
│   │   │   │   │   ├── GameHit.cpp
│   │   │   │   │   ├── GameHit.h
│   │   │   │   │   ├── GameMap.cpp
│   │   │   │   │   ├── GameMap.h
│   │   │   │   │   ├── GameMenuBackground.cpp
│   │   │   │   │   ├── GameMenuBackground.h
│   │   │   │   │   ├── GameMenuPanel.cpp
│   │   │   │   │   ├── GameMenuPanel.h
│   │   │   │   │   ├── GameMenuPanel2.cpp
│   │   │   │   │   ├── GameMenuPanel2.h
│   │   │   │   │   ├── GamePathFinder.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── Player.cpp
│   │   │   │   │   ├── Player.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── TankEntry.cpp
│   │   │   │   │   ├── TankEntry.h
│   │   │   │   │   ├── Wall.cpp
│   │   │   │   │   ├── Wall.h
│   │   │   │   │   ├── menu_1player_0.png
│   │   │   │   │   ├── menu_1player_1.png
│   │   │   │   │   ├── menu_2plyaer_0.png
│   │   │   │   │   ├── menu_2plyaer_1.png
│   │   │   │   │   ├── menu_background.png
│   │   │   │   │   ├── menu_backup.png
│   │   │   │   │   ├── menu_key_player01_0.png
│   │   │   │   │   ├── menu_key_player01_1.png
│   │   │   │   │   ├── menu_key_player02_0.png
│   │   │   │   │   ├── menu_key_player02_1.png
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   ├── tank.png
│   │   │   │   │   ├── tank_bot.png
│   │   │   │   │   ├── tank_player1.png
│   │   │   │   │   ├── tank_player2.png
│   │   │   │   │   ├── tank_player3.png
│   │   │   │   │   └── targetver.h
│   │   │   │   ├── Tank_设计菜单
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameEntry.h
│   │   │   │   │   ├── GameMenuBackground.cpp
│   │   │   │   │   ├── GameMenuBackground.h
│   │   │   │   │   ├── GameMenuPanel.cpp
│   │   │   │   │   ├── GameMenuPanel.h
│   │   │   │   │   ├── GameMenuPanel2.cpp
│   │   │   │   │   ├── GameMenuPanel2.h
│   │   │   │   │   ├── KeyMenuPlayer01.cpp
│   │   │   │   │   ├── KeyMenuPlayer01.h
│   │   │   │   │   ├── KeyMenuPlayer02.cpp
│   │   │   │   │   ├── KeyMenuPlayer02.h
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── menu_1player_0.png
│   │   │   │   │   ├── menu_1player_1.png
│   │   │   │   │   ├── menu_2plyaer_0.png
│   │   │   │   │   ├── menu_2plyaer_1.png
│   │   │   │   │   ├── menu_background.png
│   │   │   │   │   ├── menu_backup.png
│   │   │   │   │   ├── menu_key_player01_0.png
│   │   │   │   │   ├── menu_key_player01_1.png
│   │   │   │   │   ├── menu_key_player02_0.png
│   │   │   │   │   ├── menu_key_player02_1.png
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   ├── tank.png
│   │   │   │   │   ├── tank_bot.png
│   │   │   │   │   ├── tank_player1.png
│   │   │   │   │   ├── tank_player2.png
│   │   │   │   │   ├── tank_player3.png
│   │   │   │   │   └── targetver.h
│   │   │   │   └── Tank_删减代码之后
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   └── 004
│   │   │       └── Tank
│   │   │           ├── 0.gif
│   │   │           ├── 1.gif
│   │   │           ├── 10.gif
│   │   │           ├── 11.gif
│   │   │           ├── 2.gif
│   │   │           ├── 3.gif
│   │   │           ├── 4.gif
│   │   │           ├── 5.gif
│   │   │           ├── 6.gif
│   │   │           ├── 7.gif
│   │   │           ├── 8.gif
│   │   │           ├── 9.gif
│   │   │           ├── Bot.cpp
│   │   │           ├── Bot.h
│   │   │           ├── Bullet.cpp
│   │   │           ├── Bullet.h
│   │   │           ├── Game.cpp
│   │   │           ├── Game.h
│   │   │           ├── GameEntry.h
│   │   │           ├── GameHit.cpp
│   │   │           ├── GameHit.h
│   │   │           ├── GameMap.cpp
│   │   │           ├── GameMap.h
│   │   │           ├── GameMenuBackground.cpp
│   │   │           ├── GameMenuBackground.h
│   │   │           ├── GameMenuPanel.cpp
│   │   │           ├── GameMenuPanel.h
│   │   │           ├── GameMenuPanel2.cpp
│   │   │           ├── GameMenuPanel2.h
│   │   │           ├── GamePathFinder.h
│   │   │           ├── GameTimer.h
│   │   │           ├── KeyMenuPlayer01.cpp
│   │   │           ├── KeyMenuPlayer01.h
│   │   │           ├── KeyMenuPlayer02.cpp
│   │   │           ├── KeyMenuPlayer02.h
│   │   │           ├── MainFrm.cpp
│   │   │           ├── MainFrm.h
│   │   │           ├── Player.cpp
│   │   │           ├── Player.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── Resource.h
│   │   │           ├── Tank.cpp
│   │   │           ├── Tank.h
│   │   │           ├── Tank.rc
│   │   │           ├── Tank.sln
│   │   │           ├── Tank.vcxproj
│   │   │           ├── Tank.vcxproj.filters
│   │   │           ├── TankEntry.cpp
│   │   │           ├── TankEntry.h
│   │   │           ├── Wall.cpp
│   │   │           ├── Wall.h
│   │   │           ├── menu_1player_0.png
│   │   │           ├── menu_1player_1.png
│   │   │           ├── menu_2plyaer_0.png
│   │   │           ├── menu_2plyaer_1.png
│   │   │           ├── menu_background.png
│   │   │           ├── menu_backup.png
│   │   │           ├── menu_key_player01_0.png
│   │   │           ├── menu_key_player01_1.png
│   │   │           ├── menu_key_player02_0.png
│   │   │           ├── menu_key_player02_1.png
│   │   │           ├── res
│   │   │           ├── stdafx.cpp
│   │   │           ├── stdafx.h
│   │   │           ├── tank.png
│   │   │           ├── tank_bot.png
│   │   │           ├── tank_player1.png
│   │   │           ├── tank_player2.png
│   │   │           ├── tank_player3.png
│   │   │           └── targetver.h
│   │   ├── Project
│   │   │   └── Tank
│   │   │       ├── 0.gif
│   │   │       ├── 1.gif
│   │   │       ├── 10.gif
│   │   │       ├── 11.gif
│   │   │       ├── 2.gif
│   │   │       ├── 3.gif
│   │   │       ├── 4.gif
│   │   │       ├── 5.gif
│   │   │       ├── 6.gif
│   │   │       ├── 7.gif
│   │   │       ├── 8.gif
│   │   │       ├── 9.gif
│   │   │       ├── Bot.cpp
│   │   │       ├── Bot.h
│   │   │       ├── Bullet.cpp
│   │   │       ├── Bullet.h
│   │   │       ├── Game.cpp
│   │   │       ├── Game.h
│   │   │       ├── GameEntry.h
│   │   │       ├── GameHit.cpp
│   │   │       ├── GameHit.h
│   │   │       ├── GameMap.cpp
│   │   │       ├── GameMap.h
│   │   │       ├── GameMenuBackground.cpp
│   │   │       ├── GameMenuBackground.h
│   │   │       ├── GameMenuPanel.cpp
│   │   │       ├── GameMenuPanel.h
│   │   │       ├── GameMenuPanel2.cpp
│   │   │       ├── GameMenuPanel2.h
│   │   │       ├── GamePathFinder.h
│   │   │       ├── GameTimer.h
│   │   │       ├── KeyMenuPlayer01.cpp
│   │   │       ├── KeyMenuPlayer01.h
│   │   │       ├── KeyMenuPlayer02.cpp
│   │   │       ├── KeyMenuPlayer02.h
│   │   │       ├── MainFrm.cpp
│   │   │       ├── MainFrm.h
│   │   │       ├── Player.cpp
│   │   │       ├── Player.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── Tank.cpp
│   │   │       ├── Tank.h
│   │   │       ├── Tank.rc
│   │   │       ├── Tank.sln
│   │   │       ├── Tank.vcxproj
│   │   │       ├── Tank.vcxproj.filters
│   │   │       ├── TankEntry.cpp
│   │   │       ├── TankEntry.h
│   │   │       ├── Wall.cpp
│   │   │       ├── Wall.h
│   │   │       ├── menu_1player_0.png
│   │   │       ├── menu_1player_1.png
│   │   │       ├── menu_2plyaer_0.png
│   │   │       ├── menu_2plyaer_1.png
│   │   │       ├── menu_background.png
│   │   │       ├── menu_backup.png
│   │   │       ├── menu_key_player01_0.png
│   │   │       ├── menu_key_player01_1.png
│   │   │       ├── menu_key_player02_0.png
│   │   │       ├── menu_key_player02_1.png
│   │   │       ├── res
│   │   │       │   ├── Tank.ico
│   │   │       │   └── Tank.rc2
│   │   │       ├── stdafx.cpp
│   │   │       ├── stdafx.h
│   │   │       ├── tank.png
│   │   │       ├── tank_bot.png
│   │   │       ├── tank_player1.png
│   │   │       ├── tank_player2.png
│   │   │       ├── tank_player3.png
│   │   │       └── targetver.h
│   │   ├── Src
│   │   │   ├── Resources
│   │   │   └── head
│   │   ├── 代码找茬
│   │   │   ├── 找茬 01
│   │   │   │   └── Tank
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Bot.cpp
│   │   │   │       ├── Bot.h
│   │   │   │       ├── Bullet.cpp
│   │   │   │       ├── Bullet.h
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── GameEntry.h
│   │   │   │       ├── GameHit.cpp
│   │   │   │       ├── GameHit.h
│   │   │   │       ├── GameMap.cpp
│   │   │   │       ├── GameMap.h
│   │   │   │       ├── GameMenuBackground.cpp
│   │   │   │       ├── GameMenuBackground.h
│   │   │   │       ├── GameMenuPanel.cpp
│   │   │   │       ├── GameMenuPanel.h
│   │   │   │       ├── GameMenuPanel2.cpp
│   │   │   │       ├── GameMenuPanel2.h
│   │   │   │       ├── GamePathFinder.h
│   │   │   │       ├── GameTimer.h
│   │   │   │       ├── KeyMenuPlayer01.cpp
│   │   │   │       ├── KeyMenuPlayer01.h
│   │   │   │       ├── KeyMenuPlayer02.cpp
│   │   │   │       ├── KeyMenuPlayer02.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── Player.cpp
│   │   │   │       ├── Player.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── TankEntry.cpp
│   │   │   │       ├── TankEntry.h
│   │   │   │       ├── Wall.cpp
│   │   │   │       ├── Wall.h
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       └── targetver.h
│   │   │   ├── 找茬 02
│   │   │   │   └── Tank
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Bot.cpp
│   │   │   │       ├── Bot.h
│   │   │   │       ├── Bullet.cpp
│   │   │   │       ├── Bullet.h
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── GameEntry.h
│   │   │   │       ├── GameHit.cpp
│   │   │   │       ├── GameHit.h
│   │   │   │       ├── GameMap.cpp
│   │   │   │       ├── GameMap.h
│   │   │   │       ├── GameMenuBackground.cpp
│   │   │   │       ├── GameMenuBackground.h
│   │   │   │       ├── GameMenuPanel.cpp
│   │   │   │       ├── GameMenuPanel.h
│   │   │   │       ├── GameMenuPanel2.cpp
│   │   │   │       ├── GameMenuPanel2.h
│   │   │   │       ├── GamePathFinder.h
│   │   │   │       ├── GameTimer.h
│   │   │   │       ├── KeyMenuPlayer01.cpp
│   │   │   │       ├── KeyMenuPlayer01.h
│   │   │   │       ├── KeyMenuPlayer02.cpp
│   │   │   │       ├── KeyMenuPlayer02.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── Player.cpp
│   │   │   │       ├── Player.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── TankEntry.cpp
│   │   │   │       ├── TankEntry.h
│   │   │   │       ├── Wall.cpp
│   │   │   │       ├── Wall.h
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   ├── 找茬 03
│   │   │   │   └── Tank
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Bot.cpp
│   │   │   │       ├── Bot.h
│   │   │   │       ├── Bullet.cpp
│   │   │   │       ├── Bullet.h
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── GameEntry.h
│   │   │   │       ├── GameHit.cpp
│   │   │   │       ├── GameHit.h
│   │   │   │       ├── GameMap.cpp
│   │   │   │       ├── GameMap.h
│   │   │   │       ├── GameMenuBackground.cpp
│   │   │   │       ├── GameMenuBackground.h
│   │   │   │       ├── GameMenuPanel.cpp
│   │   │   │       ├── GameMenuPanel.h
│   │   │   │       ├── GameMenuPanel2.cpp
│   │   │   │       ├── GameMenuPanel2.h
│   │   │   │       ├── GamePathFinder.h
│   │   │   │       ├── GameTimer.h
│   │   │   │       ├── KeyMenuPlayer01.cpp
│   │   │   │       ├── KeyMenuPlayer01.h
│   │   │   │       ├── KeyMenuPlayer02.cpp
│   │   │   │       ├── KeyMenuPlayer02.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── Player.cpp
│   │   │   │       ├── Player.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── TankEntry.cpp
│   │   │   │       ├── TankEntry.h
│   │   │   │       ├── Wall.cpp
│   │   │   │       ├── Wall.h
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   ├── 找茬 04
│   │   │   │   └── Tank
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Bot.cpp
│   │   │   │       ├── Bot.h
│   │   │   │       ├── Bullet.cpp
│   │   │   │       ├── Bullet.h
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── GameEntry.h
│   │   │   │       ├── GameHit.cpp
│   │   │   │       ├── GameHit.h
│   │   │   │       ├── GameMap.cpp
│   │   │   │       ├── GameMap.h
│   │   │   │       ├── GameMenuBackground.cpp
│   │   │   │       ├── GameMenuBackground.h
│   │   │   │       ├── GameMenuPanel.cpp
│   │   │   │       ├── GameMenuPanel.h
│   │   │   │       ├── GameMenuPanel2.cpp
│   │   │   │       ├── GameMenuPanel2.h
│   │   │   │       ├── GamePathFinder.h
│   │   │   │       ├── GameTimer.h
│   │   │   │       ├── KeyMenuPlayer01.cpp
│   │   │   │       ├── KeyMenuPlayer01.h
│   │   │   │       ├── KeyMenuPlayer02.cpp
│   │   │   │       ├── KeyMenuPlayer02.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── Player.cpp
│   │   │   │       ├── Player.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── TankEntry.cpp
│   │   │   │       ├── TankEntry.h
│   │   │   │       ├── Wall.cpp
│   │   │   │       ├── Wall.h
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   └── 找茬 05
│   │   │       └── Tank
│   │   │           ├── 0.gif
│   │   │           ├── 1.gif
│   │   │           ├── 10.gif
│   │   │           ├── 11.gif
│   │   │           ├── 2.gif
│   │   │           ├── 3.gif
│   │   │           ├── 4.gif
│   │   │           ├── 5.gif
│   │   │           ├── 6.gif
│   │   │           ├── 7.gif
│   │   │           ├── 8.gif
│   │   │           ├── 9.gif
│   │   │           ├── Bot.cpp
│   │   │           ├── Bot.h
│   │   │           ├── Bullet.cpp
│   │   │           ├── Bullet.h
│   │   │           ├── Game.cpp
│   │   │           ├── Game.h
│   │   │           ├── GameEntry.h
│   │   │           ├── GameHit.cpp
│   │   │           ├── GameHit.h
│   │   │           ├── GameMap.cpp
│   │   │           ├── GameMap.h
│   │   │           ├── GameMenuBackground.cpp
│   │   │           ├── GameMenuBackground.h
│   │   │           ├── GameMenuPanel.cpp
│   │   │           ├── GameMenuPanel.h
│   │   │           ├── GameMenuPanel2.cpp
│   │   │           ├── GameMenuPanel2.h
│   │   │           ├── GamePathFinder.h
│   │   │           ├── GameTimer.h
│   │   │           ├── KeyMenuPlayer01.cpp
│   │   │           ├── KeyMenuPlayer01.h
│   │   │           ├── KeyMenuPlayer02.cpp
│   │   │           ├── KeyMenuPlayer02.h
│   │   │           ├── MainFrm.cpp
│   │   │           ├── MainFrm.h
│   │   │           ├── Player.cpp
│   │   │           ├── Player.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── Resource.h
│   │   │           ├── Tank.cpp
│   │   │           ├── Tank.h
│   │   │           ├── Tank.rc
│   │   │           ├── Tank.sln
│   │   │           ├── Tank.vcxproj
│   │   │           ├── Tank.vcxproj.filters
│   │   │           ├── TankEntry.cpp
│   │   │           ├── TankEntry.h
│   │   │           ├── Wall.cpp
│   │   │           ├── Wall.h
│   │   │           ├── menu_1player_0.png
│   │   │           ├── menu_1player_1.png
│   │   │           ├── menu_2plyaer_0.png
│   │   │           ├── menu_2plyaer_1.png
│   │   │           ├── menu_background.png
│   │   │           ├── menu_backup.png
│   │   │           ├── menu_key_player01_0.png
│   │   │           ├── menu_key_player01_1.png
│   │   │           ├── menu_key_player02_0.png
│   │   │           ├── menu_key_player02_1.png
│   │   │           ├── res
│   │   │           ├── stdafx.cpp
│   │   │           ├── stdafx.h
│   │   │           ├── tank.png
│   │   │           ├── tank_bot.png
│   │   │           ├── tank_player1.png
│   │   │           ├── tank_player2.png
│   │   │           ├── tank_player3.png
│   │   │           └── targetver.h
│   │   └── 项目配置使用说明.docx
│   ├── 02
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   ├── 26.txt
│   │   │   ├── 27.txt
│   │   │   ├── 28.txt
│   │   │   ├── 29.txt
│   │   │   ├── 30.txt
│   │   │   ├── 31.txt
│   │   │   ├── 32.txt
│   │   │   ├── 33.txt
│   │   │   ├── 34.txt
│   │   │   ├── 35.txt
│   │   │   ├── 36.txt
│   │   │   ├── 37.txt
│   │   │   ├── 38.txt
│   │   │   ├── 39.txt
│   │   │   ├── 40.txt
│   │   │   ├── 41.txt
│   │   │   └── 42.txt
│   │   ├── Module
│   │   │   ├── 001
│   │   │   │   ├── 01
│   │   │   │   │   └── DesktopToys
│   │   │   │   └── 02
│   │   │   │       └── DesktopToys
│   │   │   ├── 002
│   │   │   │   └── 01
│   │   │   │       └── DesktopToys
│   │   │   ├── 003
│   │   │   │   └── 01
│   │   │   │       └── DesktopToys
│   │   │   ├── 004
│   │   │   │   └── 01
│   │   │   │       └── DesktopToys
│   │   │   ├── 005
│   │   │   │   ├── 01_CGame实现
│   │   │   │   │   └── DesktopToys
│   │   │   │   └── 02_图片资源
│   │   │   │       └── DesktopToys
│   │   │   ├── 006
│   │   │   │   └── 01_游戏菜单
│   │   │   │       └── DesktopToys
│   │   │   ├── 007
│   │   │   │   └── 01_工具0
│   │   │   │       └── DesktopToys
│   │   │   ├── 008
│   │   │   │   └── 01_工具1
│   │   │   │       └── DesktopToys
│   │   │   ├── 009
│   │   │   │   └── 01_工具2
│   │   │   │       └── DesktopToys
│   │   │   ├── 010
│   │   │   │   └── 01_工具3
│   │   │   │       └── DesktopToys
│   │   │   └── 完整工程
│   │   │       ├── DesktopToys
│   │   │       │   ├── DMenu.cpp
│   │   │       │   ├── DMenu.h
│   │   │       │   ├── DesktopToys.cpp
│   │   │       │   ├── DesktopToys.h
│   │   │       │   ├── DesktopToys.rc
│   │   │       │   ├── DesktopToys.vcxproj
│   │   │       │   ├── DesktopToys.vcxproj.filters
│   │   │       │   ├── DesktopToysDlg.cpp
│   │   │       │   ├── DesktopToysDlg.h
│   │   │       │   ├── DialogMain.cpp
│   │   │       │   ├── DialogMain.h
│   │   │       │   ├── Game.cpp
│   │   │       │   ├── Game.h
│   │   │       │   ├── GameTimer.h
│   │   │       │   ├── IDrawable.cpp
│   │   │       │   ├── IDrawable.h
│   │   │       │   ├── IMark.cpp
│   │   │       │   ├── IMark.h
│   │   │       │   ├── IMouseAction.cpp
│   │   │       │   ├── IMouseAction.h
│   │   │       │   ├── IMoveable.cpp
│   │   │       │   ├── IMoveable.h
│   │   │       │   ├── MenuItem.cpp
│   │   │       │   ├── MenuItem.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── ScopeGuard.h
│   │   │       │   ├── ScreenTools.h
│   │   │       │   ├── Shooter.cpp
│   │   │       │   ├── Shooter.h
│   │   │       │   ├── Shooter0.cpp
│   │   │       │   ├── Shooter0.h
│   │   │       │   ├── Shooter0Mark.cpp
│   │   │       │   ├── Shooter0Mark.h
│   │   │       │   ├── Shooter1.cpp
│   │   │       │   ├── Shooter1.h
│   │   │       │   ├── Shooter1Mark.cpp
│   │   │       │   ├── Shooter1Mark.h
│   │   │       │   ├── Shooter2.cpp
│   │   │       │   ├── Shooter2.h
│   │   │       │   ├── Shooter2Mark.cpp
│   │   │       │   ├── Shooter2Mark.h
│   │   │       │   ├── Shooter2MarkSaw.cpp
│   │   │       │   ├── Shooter2MarkSaw.h
│   │   │       │   ├── Shooter3.cpp
│   │   │       │   ├── Shooter3.h
│   │   │       │   ├── Shooter3Mark.cpp
│   │   │       │   ├── Shooter3Mark.h
│   │   │       │   ├── TipStringChangeColor.cpp
│   │   │       │   ├── TipStringChangeColor.h
│   │   │       │   ├── TipStringFall.cpp
│   │   │       │   ├── TipStringFall.h
│   │   │       │   ├── res
│   │   │       │   ├── stdafx.cpp
│   │   │       │   ├── stdafx.h
│   │   │       │   └── targetver.h
│   │   │       └── DesktopToys.sln
│   │   ├── Project
│   │   │   └── DesktopToys
│   │   │       ├── DesktopToys
│   │   │       │   ├── DMenu.cpp
│   │   │       │   ├── DMenu.h
│   │   │       │   ├── DesktopToys.cpp
│   │   │       │   ├── DesktopToys.h
│   │   │       │   ├── DesktopToys.rc
│   │   │       │   ├── DesktopToys.vcxproj
│   │   │       │   ├── DesktopToys.vcxproj.filters
│   │   │       │   ├── DesktopToysDlg.cpp
│   │   │       │   ├── DesktopToysDlg.h
│   │   │       │   ├── DialogMain.cpp
│   │   │       │   ├── DialogMain.h
│   │   │       │   ├── Game.cpp
│   │   │       │   ├── Game.h
│   │   │       │   ├── GameTimer.h
│   │   │       │   ├── IDrawable.cpp
│   │   │       │   ├── IDrawable.h
│   │   │       │   ├── IMark.cpp
│   │   │       │   ├── IMark.h
│   │   │       │   ├── IMouseAction.cpp
│   │   │       │   ├── IMouseAction.h
│   │   │       │   ├── IMoveable.cpp
│   │   │       │   ├── IMoveable.h
│   │   │       │   ├── MenuItem.cpp
│   │   │       │   ├── MenuItem.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── ScopeGuard.h
│   │   │       │   ├── ScreenTools.h
│   │   │       │   ├── Shooter.cpp
│   │   │       │   ├── Shooter.h
│   │   │       │   ├── Shooter0.cpp
│   │   │       │   ├── Shooter0.h
│   │   │       │   ├── Shooter0Mark.cpp
│   │   │       │   ├── Shooter0Mark.h
│   │   │       │   ├── Shooter1.cpp
│   │   │       │   ├── Shooter1.h
│   │   │       │   ├── Shooter1Mark.cpp
│   │   │       │   ├── Shooter1Mark.h
│   │   │       │   ├── Shooter2.cpp
│   │   │       │   ├── Shooter2.h
│   │   │       │   ├── Shooter2Mark.cpp
│   │   │       │   ├── Shooter2Mark.h
│   │   │       │   ├── Shooter2MarkSaw.cpp
│   │   │       │   ├── Shooter2MarkSaw.h
│   │   │       │   ├── Shooter3.cpp
│   │   │       │   ├── Shooter3.h
│   │   │       │   ├── Shooter3Mark.cpp
│   │   │       │   ├── Shooter3Mark.h
│   │   │       │   ├── TipStringChangeColor.cpp
│   │   │       │   ├── TipStringChangeColor.h
│   │   │       │   ├── TipStringFall.cpp
│   │   │       │   ├── TipStringFall.h
│   │   │       │   ├── res
│   │   │       │   ├── stdafx.cpp
│   │   │       │   ├── stdafx.h
│   │   │       │   └── targetver.h
│   │   │       └── DesktopToys.sln
│   │   ├── Src
│   │   │   └── Resources
│   │   ├── 代码找茬
│   │   │   ├── 找茬 01
│   │   │   │   ├── DesktopToys
│   │   │   │   │   ├── DMenu.cpp
│   │   │   │   │   ├── DMenu.h
│   │   │   │   │   ├── DesktopToys.cpp
│   │   │   │   │   ├── DesktopToys.h
│   │   │   │   │   ├── DesktopToys.rc
│   │   │   │   │   ├── DesktopToys.vcxproj
│   │   │   │   │   ├── DesktopToys.vcxproj.filters
│   │   │   │   │   ├── DesktopToysDlg.cpp
│   │   │   │   │   ├── DesktopToysDlg.h
│   │   │   │   │   ├── DialogMain.cpp
│   │   │   │   │   ├── DialogMain.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── IDrawable.cpp
│   │   │   │   │   ├── IDrawable.h
│   │   │   │   │   ├── IMark.cpp
│   │   │   │   │   ├── IMark.h
│   │   │   │   │   ├── IMouseAction.cpp
│   │   │   │   │   ├── IMouseAction.h
│   │   │   │   │   ├── IMoveable.cpp
│   │   │   │   │   ├── IMoveable.h
│   │   │   │   │   ├── MenuItem.cpp
│   │   │   │   │   ├── MenuItem.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── ScopeGuard.h
│   │   │   │   │   ├── ScreenTools.h
│   │   │   │   │   ├── Shooter.cpp
│   │   │   │   │   ├── Shooter.h
│   │   │   │   │   ├── Shooter0.cpp
│   │   │   │   │   ├── Shooter0.h
│   │   │   │   │   ├── Shooter0Mark.cpp
│   │   │   │   │   ├── Shooter0Mark.h
│   │   │   │   │   ├── Shooter1.cpp
│   │   │   │   │   ├── Shooter1.h
│   │   │   │   │   ├── Shooter1Mark.cpp
│   │   │   │   │   ├── Shooter1Mark.h
│   │   │   │   │   ├── Shooter2.cpp
│   │   │   │   │   ├── Shooter2.h
│   │   │   │   │   ├── Shooter2Mark.cpp
│   │   │   │   │   ├── Shooter2Mark.h
│   │   │   │   │   ├── Shooter2MarkSaw.cpp
│   │   │   │   │   ├── Shooter2MarkSaw.h
│   │   │   │   │   ├── Shooter3.cpp
│   │   │   │   │   ├── Shooter3.h
│   │   │   │   │   ├── Shooter3Mark.cpp
│   │   │   │   │   ├── Shooter3Mark.h
│   │   │   │   │   ├── TipStringChangeColor.cpp
│   │   │   │   │   ├── TipStringChangeColor.h
│   │   │   │   │   ├── TipStringFall.cpp
│   │   │   │   │   ├── TipStringFall.h
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── DesktopToys.sln
│   │   │   ├── 找茬 02
│   │   │   │   ├── DesktopToys
│   │   │   │   │   ├── DMenu.cpp
│   │   │   │   │   ├── DMenu.h
│   │   │   │   │   ├── DesktopToys.cpp
│   │   │   │   │   ├── DesktopToys.h
│   │   │   │   │   ├── DesktopToys.rc
│   │   │   │   │   ├── DesktopToys.vcxproj
│   │   │   │   │   ├── DesktopToys.vcxproj.filters
│   │   │   │   │   ├── DesktopToysDlg.cpp
│   │   │   │   │   ├── DesktopToysDlg.h
│   │   │   │   │   ├── DialogMain.cpp
│   │   │   │   │   ├── DialogMain.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── IDrawable.cpp
│   │   │   │   │   ├── IDrawable.h
│   │   │   │   │   ├── IMark.cpp
│   │   │   │   │   ├── IMark.h
│   │   │   │   │   ├── IMouseAction.cpp
│   │   │   │   │   ├── IMouseAction.h
│   │   │   │   │   ├── IMoveable.cpp
│   │   │   │   │   ├── IMoveable.h
│   │   │   │   │   ├── MenuItem.cpp
│   │   │   │   │   ├── MenuItem.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── ScopeGuard.h
│   │   │   │   │   ├── ScreenTools.h
│   │   │   │   │   ├── Shooter.cpp
│   │   │   │   │   ├── Shooter.h
│   │   │   │   │   ├── Shooter0.cpp
│   │   │   │   │   ├── Shooter0.h
│   │   │   │   │   ├── Shooter0Mark.cpp
│   │   │   │   │   ├── Shooter0Mark.h
│   │   │   │   │   ├── Shooter1.cpp
│   │   │   │   │   ├── Shooter1.h
│   │   │   │   │   ├── Shooter1Mark.cpp
│   │   │   │   │   ├── Shooter1Mark.h
│   │   │   │   │   ├── Shooter2.cpp
│   │   │   │   │   ├── Shooter2.h
│   │   │   │   │   ├── Shooter2Mark.cpp
│   │   │   │   │   ├── Shooter2Mark.h
│   │   │   │   │   ├── Shooter2MarkSaw.cpp
│   │   │   │   │   ├── Shooter2MarkSaw.h
│   │   │   │   │   ├── Shooter3.cpp
│   │   │   │   │   ├── Shooter3.h
│   │   │   │   │   ├── Shooter3Mark.cpp
│   │   │   │   │   ├── Shooter3Mark.h
│   │   │   │   │   ├── TipStringChangeColor.cpp
│   │   │   │   │   ├── TipStringChangeColor.h
│   │   │   │   │   ├── TipStringFall.cpp
│   │   │   │   │   ├── TipStringFall.h
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── DesktopToys.sln
│   │   │   ├── 找茬 03
│   │   │   │   ├── DesktopToys
│   │   │   │   │   ├── DMenu.cpp
│   │   │   │   │   ├── DMenu.h
│   │   │   │   │   ├── DesktopToys.cpp
│   │   │   │   │   ├── DesktopToys.h
│   │   │   │   │   ├── DesktopToys.rc
│   │   │   │   │   ├── DesktopToys.vcxproj
│   │   │   │   │   ├── DesktopToys.vcxproj.filters
│   │   │   │   │   ├── DesktopToysDlg.cpp
│   │   │   │   │   ├── DesktopToysDlg.h
│   │   │   │   │   ├── DialogMain.cpp
│   │   │   │   │   ├── DialogMain.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── IDrawable.cpp
│   │   │   │   │   ├── IDrawable.h
│   │   │   │   │   ├── IMark.cpp
│   │   │   │   │   ├── IMark.h
│   │   │   │   │   ├── IMouseAction.cpp
│   │   │   │   │   ├── IMouseAction.h
│   │   │   │   │   ├── IMoveable.cpp
│   │   │   │   │   ├── IMoveable.h
│   │   │   │   │   ├── MenuItem.cpp
│   │   │   │   │   ├── MenuItem.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── ScopeGuard.h
│   │   │   │   │   ├── ScreenTools.h
│   │   │   │   │   ├── Shooter.cpp
│   │   │   │   │   ├── Shooter.h
│   │   │   │   │   ├── Shooter0.cpp
│   │   │   │   │   ├── Shooter0.h
│   │   │   │   │   ├── Shooter0Mark.cpp
│   │   │   │   │   ├── Shooter0Mark.h
│   │   │   │   │   ├── Shooter1.cpp
│   │   │   │   │   ├── Shooter1.h
│   │   │   │   │   ├── Shooter1Mark.cpp
│   │   │   │   │   ├── Shooter1Mark.h
│   │   │   │   │   ├── Shooter2.cpp
│   │   │   │   │   ├── Shooter2.h
│   │   │   │   │   ├── Shooter2Mark.cpp
│   │   │   │   │   ├── Shooter2Mark.h
│   │   │   │   │   ├── Shooter2MarkSaw.cpp
│   │   │   │   │   ├── Shooter2MarkSaw.h
│   │   │   │   │   ├── Shooter3.cpp
│   │   │   │   │   ├── Shooter3.h
│   │   │   │   │   ├── Shooter3Mark.cpp
│   │   │   │   │   ├── Shooter3Mark.h
│   │   │   │   │   ├── TipStringChangeColor.cpp
│   │   │   │   │   ├── TipStringChangeColor.h
│   │   │   │   │   ├── TipStringFall.cpp
│   │   │   │   │   ├── TipStringFall.h
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── DesktopToys.sln
│   │   │   ├── 找茬 04
│   │   │   │   ├── DesktopToys
│   │   │   │   │   ├── DMenu.cpp
│   │   │   │   │   ├── DMenu.h
│   │   │   │   │   ├── DesktopToys.cpp
│   │   │   │   │   ├── DesktopToys.h
│   │   │   │   │   ├── DesktopToys.rc
│   │   │   │   │   ├── DesktopToys.vcxproj
│   │   │   │   │   ├── DesktopToys.vcxproj.filters
│   │   │   │   │   ├── DesktopToysDlg.cpp
│   │   │   │   │   ├── DesktopToysDlg.h
│   │   │   │   │   ├── DialogMain.cpp
│   │   │   │   │   ├── DialogMain.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── IDrawable.cpp
│   │   │   │   │   ├── IDrawable.h
│   │   │   │   │   ├── IMark.cpp
│   │   │   │   │   ├── IMark.h
│   │   │   │   │   ├── IMouseAction.cpp
│   │   │   │   │   ├── IMouseAction.h
│   │   │   │   │   ├── IMoveable.cpp
│   │   │   │   │   ├── IMoveable.h
│   │   │   │   │   ├── MenuItem.cpp
│   │   │   │   │   ├── MenuItem.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── ScopeGuard.h
│   │   │   │   │   ├── ScreenTools.h
│   │   │   │   │   ├── Shooter.cpp
│   │   │   │   │   ├── Shooter.h
│   │   │   │   │   ├── Shooter0.cpp
│   │   │   │   │   ├── Shooter0.h
│   │   │   │   │   ├── Shooter0Mark.cpp
│   │   │   │   │   ├── Shooter0Mark.h
│   │   │   │   │   ├── Shooter1.cpp
│   │   │   │   │   ├── Shooter1.h
│   │   │   │   │   ├── Shooter1Mark.cpp
│   │   │   │   │   ├── Shooter1Mark.h
│   │   │   │   │   ├── Shooter2.cpp
│   │   │   │   │   ├── Shooter2.h
│   │   │   │   │   ├── Shooter2Mark.cpp
│   │   │   │   │   ├── Shooter2Mark.h
│   │   │   │   │   ├── Shooter2MarkSaw.cpp
│   │   │   │   │   ├── Shooter2MarkSaw.h
│   │   │   │   │   ├── Shooter3.cpp
│   │   │   │   │   ├── Shooter3.h
│   │   │   │   │   ├── Shooter3Mark.cpp
│   │   │   │   │   ├── Shooter3Mark.h
│   │   │   │   │   ├── TipStringChangeColor.cpp
│   │   │   │   │   ├── TipStringChangeColor.h
│   │   │   │   │   ├── TipStringFall.cpp
│   │   │   │   │   ├── TipStringFall.h
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── DesktopToys.sln
│   │   │   └── 找茬 05
│   │   │       ├── DesktopToys
│   │   │       │   ├── DMenu.cpp
│   │   │       │   ├── DMenu.h
│   │   │       │   ├── DesktopToys.cpp
│   │   │       │   ├── DesktopToys.h
│   │   │       │   ├── DesktopToys.rc
│   │   │       │   ├── DesktopToys.vcxproj
│   │   │       │   ├── DesktopToys.vcxproj.filters
│   │   │       │   ├── DesktopToysDlg.cpp
│   │   │       │   ├── DesktopToysDlg.h
│   │   │       │   ├── DialogMain.cpp
│   │   │       │   ├── DialogMain.h
│   │   │       │   ├── Game.cpp
│   │   │       │   ├── Game.h
│   │   │       │   ├── GameTimer.h
│   │   │       │   ├── IDrawable.cpp
│   │   │       │   ├── IDrawable.h
│   │   │       │   ├── IMark.cpp
│   │   │       │   ├── IMark.h
│   │   │       │   ├── IMouseAction.cpp
│   │   │       │   ├── IMouseAction.h
│   │   │       │   ├── IMoveable.cpp
│   │   │       │   ├── IMoveable.h
│   │   │       │   ├── MenuItem.cpp
│   │   │       │   ├── MenuItem.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── ScopeGuard.h
│   │   │       │   ├── ScreenTools.h
│   │   │       │   ├── Shooter.cpp
│   │   │       │   ├── Shooter.h
│   │   │       │   ├── Shooter0.cpp
│   │   │       │   ├── Shooter0.h
│   │   │       │   ├── Shooter0Mark.cpp
│   │   │       │   ├── Shooter0Mark.h
│   │   │       │   ├── Shooter1.cpp
│   │   │       │   ├── Shooter1.h
│   │   │       │   ├── Shooter1Mark.cpp
│   │   │       │   ├── Shooter1Mark.h
│   │   │       │   ├── Shooter2.cpp
│   │   │       │   ├── Shooter2.h
│   │   │       │   ├── Shooter2Mark.cpp
│   │   │       │   ├── Shooter2Mark.h
│   │   │       │   ├── Shooter2MarkSaw.cpp
│   │   │       │   ├── Shooter2MarkSaw.h
│   │   │       │   ├── Shooter3.cpp
│   │   │       │   ├── Shooter3.h
│   │   │       │   ├── Shooter3Mark.cpp
│   │   │       │   ├── Shooter3Mark.h
│   │   │       │   ├── TipStringChangeColor.cpp
│   │   │       │   ├── TipStringChangeColor.h
│   │   │       │   ├── TipStringFall.cpp
│   │   │       │   ├── TipStringFall.h
│   │   │       │   ├── res
│   │   │       │   ├── stdafx.cpp
│   │   │       │   ├── stdafx.h
│   │   │       │   └── targetver.h
│   │   │       └── DesktopToys.sln
│   │   └── 项目配置使用说明.docx
│   ├── 03
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   ├── 26.txt
│   │   │   ├── 27.txt
│   │   │   ├── 28.txt
│   │   │   ├── 29.txt
│   │   │   ├── 30.txt
│   │   │   ├── 31.txt
│   │   │   ├── 32.txt
│   │   │   ├── 33.txt
│   │   │   ├── 34.txt
│   │   │   ├── 35.txt
│   │   │   ├── 36.txt
│   │   │   ├── 37.txt
│   │   │   ├── 38.txt
│   │   │   ├── 39.txt
│   │   │   ├── 40.txt
│   │   │   └── 41.txt
│   │   ├── Module
│   │   │   ├── 001
│   │   │   │   ├── 001
│   │   │   │   │   └── pacman
│   │   │   │   └── 002
│   │   │   │       └── pacman
│   │   │   ├── 002
│   │   │   │   ├── pacman
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── pacman.cpp
│   │   │   │   │   ├── pacman.h
│   │   │   │   │   ├── pacman.ico
│   │   │   │   │   ├── pacman.rc
│   │   │   │   │   ├── pacman.sln
│   │   │   │   │   ├── pacman.vcxproj
│   │   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   │   ├── small.ico
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── pacman_GDI综合运用
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── pacman.aps
│   │   │   │       ├── pacman.cpp
│   │   │   │       ├── pacman.h
│   │   │   │       ├── pacman.ico
│   │   │   │       ├── pacman.rc
│   │   │   │       ├── pacman.sln
│   │   │   │       ├── pacman.vcxproj
│   │   │   │       ├── pacman.vcxproj.filters
│   │   │   │       ├── small.ico
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       └── targetver.h
│   │   │   ├── 003
│   │   │   │   └── pacman
│   │   │   │       ├── GMap.cpp
│   │   │   │       ├── GMap.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── pacman.cpp
│   │   │   │       ├── pacman.h
│   │   │   │       ├── pacman.ico
│   │   │   │       ├── pacman.rc
│   │   │   │       ├── pacman.sln
│   │   │   │       ├── pacman.vcxproj
│   │   │   │       ├── pacman.vcxproj.filters
│   │   │   │       ├── small.ico
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       └── targetver.h
│   │   │   └── 004
│   │   │       └── pacman
│   │   │           ├── GMap.cpp
│   │   │           ├── GMap.h
│   │   │           ├── GObject.cpp
│   │   │           ├── GObject.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── Resource.h
│   │   │           ├── pacman.cpp
│   │   │           ├── pacman.h
│   │   │           ├── pacman.ico
│   │   │           ├── pacman.rc
│   │   │           ├── pacman.sln
│   │   │           ├── pacman.vcxproj
│   │   │           ├── pacman.vcxproj.filters
│   │   │           ├── small.ico
│   │   │           ├── stdafx.cpp
│   │   │           ├── stdafx.h
│   │   │           └── targetver.h
│   │   ├── Project
│   │   │   └── pacman
│   │   │       ├── GMap.cpp
│   │   │       ├── GMap.h
│   │   │       ├── GObject.cpp
│   │   │       ├── GObject.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── pacman.cpp
│   │   │       ├── pacman.h
│   │   │       ├── pacman.ico
│   │   │       ├── pacman.rc
│   │   │       ├── pacman.sln
│   │   │       ├── pacman.vcxproj
│   │   │       ├── pacman.vcxproj.filters
│   │   │       ├── small.ico
│   │   │       ├── stdafx.cpp
│   │   │       ├── stdafx.h
│   │   │       └── targetver.h
│   │   ├── Src
│   │   │   ├── Common
│   │   │   ├── DAL
│   │   │   ├── Images
│   │   │   │   ├── BaseSet
│   │   │   │   ├── Express
│   │   │   │   ├── Other
│   │   │   │   └── ToolStrip
│   │   │   ├── pic
│   │   │   ├── 主窗体
│   │   │   └── 登录窗体
│   │   ├── 代码找茬
│   │   │   ├── 找茬 01
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── pacman.cpp
│   │   │   │   ├── pacman.h
│   │   │   │   ├── pacman.ico
│   │   │   │   ├── pacman.rc
│   │   │   │   ├── pacman.sln
│   │   │   │   ├── pacman.vcxproj
│   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   ├── small.ico
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   ├── 找茬 02
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── pacman.cpp
│   │   │   │   ├── pacman.h
│   │   │   │   ├── pacman.ico
│   │   │   │   ├── pacman.rc
│   │   │   │   ├── pacman.sln
│   │   │   │   ├── pacman.vcxproj
│   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   ├── small.ico
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   ├── 找茬 03
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── pacman.aps
│   │   │   │   ├── pacman.cpp
│   │   │   │   ├── pacman.h
│   │   │   │   ├── pacman.ico
│   │   │   │   ├── pacman.rc
│   │   │   │   ├── pacman.sln
│   │   │   │   ├── pacman.vcxproj
│   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   ├── small.ico
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   ├── 找茬 04
│   │   │   │   ├── GMap.cpp
│   │   │   │   ├── GMap.h
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── pacman.cpp
│   │   │   │   ├── pacman.h
│   │   │   │   ├── pacman.ico
│   │   │   │   ├── pacman.rc
│   │   │   │   ├── pacman.sln
│   │   │   │   ├── pacman.vcxproj
│   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   ├── small.ico
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   └── 找茬 05
│   │   │       ├── GMap.cpp
│   │   │       ├── GMap.h
│   │   │       ├── GObject.cpp
│   │   │       ├── GObject.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── pacman.cpp
│   │   │       ├── pacman.h
│   │   │       ├── pacman.ico
│   │   │       ├── pacman.rc
│   │   │       ├── pacman.sln
│   │   │       ├── pacman.vcxproj
│   │   │       ├── pacman.vcxproj.filters
│   │   │       ├── small.ico
│   │   │       ├── stdafx.cpp
│   │   │       ├── stdafx.h
│   │   │       └── targetver.h
│   │   └── 项目配置使用说明.docx
│   ├── 04
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   └── 18.txt
│   │   ├── Project
│   │   │   ├── MemoryCheat
│   │   │   │   ├── DialogProgress.cpp
│   │   │   │   ├── DialogProgress.h
│   │   │   │   ├── MemFinder.h
│   │   │   │   ├── MemoryCheat.aps
│   │   │   │   ├── MemoryCheat.cpp
│   │   │   │   ├── MemoryCheat.h
│   │   │   │   ├── MemoryCheat.rc
│   │   │   │   ├── MemoryCheat.vcxproj
│   │   │   │   ├── MemoryCheat.vcxproj.filters
│   │   │   │   ├── MemoryCheatDlg.cpp
│   │   │   │   ├── MemoryCheatDlg.h
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── res
│   │   │   │   │   ├── MemoryCheat.ico
│   │   │   │   │   └── MemoryCheat.rc2
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   ├── MemoryCheat.sln
│   │   │   └── pvz
│   │   │       ├── DialogMain.cpp
│   │   │       ├── DialogMain.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── pvz.aps
│   │   │       ├── pvz.cpp
│   │   │       ├── pvz.def
│   │   │       ├── pvz.h
│   │   │       ├── pvz.rc
│   │   │       ├── pvz.vcxproj
│   │   │       ├── pvz.vcxproj.filters
│   │   │       ├── res
│   │   │       │   ├── pvz.ico
│   │   │       │   └── pvz.rc2
│   │   │       ├── stdafx.cpp
│   │   │       ├── stdafx.h
│   │   │       └── targetver.h
│   │   ├── 项目配置使用说明.docx
│   │   └── 修改器适应的游戏版本
│   │       └── PlantsVsZombies.zip
│   ├── 05
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   └── 18.txt
│   │   ├── Project
│   │   │   └── 软件注册机
│   │   │       ├── 05_软件注册.sln
│   │   │       ├── CreateReg
│   │   │       │   ├── CreateReg.cpp
│   │   │       │   ├── CreateReg.h
│   │   │       │   ├── CreateReg.rc
│   │   │       │   ├── CreateReg.vcxproj
│   │   │       │   ├── CreateReg.vcxproj.filters
│   │   │       │   ├── CreateRegDlg.cpp
│   │   │       │   ├── CreateRegDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   └── resource.h
│   │   │       └── Register
│   │   │           ├── ReadMe.txt
│   │   │           ├── RegEdit.cpp
│   │   │           ├── RegEdit.h
│   │   │           ├── Register.cpp
│   │   │           ├── Register.h
│   │   │           ├── Register.rc
│   │   │           ├── Register.vcxproj
│   │   │           ├── Register.vcxproj.filters
│   │   │           ├── RegisterDlg.cpp
│   │   │           ├── RegisterDlg.h
│   │   │           ├── RegisterNumDlg.cpp
│   │   │           ├── RegisterNumDlg.h
│   │   │           ├── SelectDlg.cpp
│   │   │           ├── SelectDlg.h
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── res
│   │   │           └── resource.h
│   │   └── 项目配置使用说明.docx
│   ├── 06
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   ├── 26.txt
│   │   │   ├── 27.txt
│   │   │   ├── 28.txt
│   │   │   ├── 29.txt
│   │   │   ├── 30.txt
│   │   │   ├── 31.txt
│   │   │   ├── 32.txt
│   │   │   ├── 33.txt
│   │   │   ├── 34.txt
│   │   │   ├── 35.txt
│   │   │   ├── 36.txt
│   │   │   ├── 37.txt
│   │   │   ├── 38.txt
│   │   │   ├── 39.txt
│   │   │   ├── 40.txt
│   │   │   └── 41.txt
│   │   ├── Project
│   │   │   └── 06_365系统加速器
│   │   │       ├── SysOptimize
│   │   │       │   ├── ContralDlg.cpp
│   │   │       │   ├── ContralDlg.h
│   │   │       │   ├── CustomMenu.cpp
│   │   │       │   ├── CustomMenu.h
│   │   │       │   ├── DiskDlg.cpp
│   │   │       │   ├── DiskDlg.h
│   │   │       │   ├── IconBtn.cpp
│   │   │       │   ├── IconBtn.h
│   │   │       │   ├── LitterDlg.cpp
│   │   │       │   ├── LitterDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── SelectDlg.cpp
│   │   │       │   ├── SelectDlg.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── SysOptimize.cpp
│   │   │       │   ├── SysOptimize.h
│   │   │       │   ├── SysOptimize.rc
│   │   │       │   ├── SysOptimize.vcxproj
│   │   │       │   ├── SysOptimize.vcxproj.filters
│   │   │       │   ├── SysOptimizeDlg.cpp
│   │   │       │   ├── SysOptimizeDlg.h
│   │   │       │   ├── TaskDlg.cpp
│   │   │       │   ├── TaskDlg.h
│   │   │       │   ├── litterfile.ini
│   │   │       │   ├── res
│   │   │       │   └── resource.h
│   │   │       └── SysOptimize.sln
│   │   └── 项目配置使用说明.docx
│   ├── 07
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   └── 26.txt
│   │   ├── Project
│   │   │   └── Q友
│   │   │       ├── Debug
│   │   │       │   ├── Config
│   │   │       │   ├── ECS.mdb
│   │   │       │   └── File
│   │   │       ├── ECSClient
│   │   │       │   ├── BmpTree.cpp
│   │   │       │   ├── BmpTree.h
│   │   │       │   ├── ClientSock.cpp
│   │   │       │   ├── ClientSock.h
│   │   │       │   ├── ECS.mdb
│   │   │       │   ├── ECSClient.cpp
│   │   │       │   ├── ECSClient.h
│   │   │       │   ├── ECSClient.rc
│   │   │       │   ├── ECSClient.vcxproj
│   │   │       │   ├── ECSClient.vcxproj.filters
│   │   │       │   ├── ECSClientDlg.cpp
│   │   │       │   ├── ECSClientDlg.h
│   │   │       │   ├── Gif.dll
│   │   │       │   ├── Login.cpp
│   │   │       │   ├── Login.h
│   │   │       │   ├── Message.cpp
│   │   │       │   ├── Message.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── RvFileSock.cpp
│   │   │       │   ├── RvFileSock.h
│   │   │       │   ├── ScrollParent.cpp
│   │   │       │   ├── ScrollParent.h
│   │   │       │   ├── SendDlg.cpp
│   │   │       │   ├── SendDlg.h
│   │   │       │   ├── SkinScroll.cpp
│   │   │       │   ├── SkinScroll.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   └── resource.h
│   │   │       ├── ECSSrv
│   │   │       │   ├── AccountDlg.cpp
│   │   │       │   ├── AccountDlg.h
│   │   │       │   ├── ClientFileSock.cpp
│   │   │       │   ├── ClientFileSock.h
│   │   │       │   ├── ClientInfo.cpp
│   │   │       │   ├── ClientInfo.h
│   │   │       │   ├── ClientSock.cpp
│   │   │       │   ├── ClientSock.h
│   │   │       │   ├── DataManage.cpp
│   │   │       │   ├── DataManage.h
│   │   │       │   ├── DepartmentMng.cpp
│   │   │       │   ├── DepartmentMng.h
│   │   │       │   ├── ECS.mdb
│   │   │       │   ├── ECSSrv.cpp
│   │   │       │   ├── ECSSrv.h
│   │   │       │   ├── ECSSrv.rc
│   │   │       │   ├── ECSSrv.vcxproj
│   │   │       │   ├── ECSSrv.vcxproj.filters
│   │   │       │   ├── ECSSrvDlg.cpp
│   │   │       │   ├── ECSSrvDlg.h
│   │   │       │   ├── Message.cpp
│   │   │       │   ├── Message.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── ServerSock.cpp
│   │   │       │   ├── ServerSock.h
│   │   │       │   ├── SrvFileSock.cpp
│   │   │       │   ├── SrvFileSock.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   └── resource.h
│   │   │       └── RTX.sln
│   │   └── 项目配置使用说明.docx
│   └── 08
│       ├── Bits
│       │   ├── 01.txt
│       │   ├── 02.txt
│       │   ├── 03.txt
│       │   ├── 04.txt
│       │   ├── 05.txt
│       │   ├── 06.txt
│       │   ├── 07.txt
│       │   ├── 08.txt
│       │   ├── 09.txt
│       │   ├── 10.txt
│       │   ├── 11.txt
│       │   ├── 12.txt
│       │   ├── 13.txt
│       │   ├── 14.txt
│       │   ├── 15.txt
│       │   ├── 16.txt
│       │   └── 17.txt
│       ├── Project
│       │   ├── Database
│       │   │   ├── MrkjStock.mdf
│       │   │   └── MrkjStock_log.ldf
│       │   ├── MrkjStock
│       │   │   ├── 3thd
│       │   │   │   └── libcurl
│       │   │   ├── Debug
│       │   │   │   ├── help.html
│       │   │   │   └── sys.ini
│       │   │   ├── MrkjStock.sln
│       │   │   └── MrkjSystem
│       │   │       ├── CApplication.h
│       │   │       ├── CRange.h
│       │   │       ├── CWorkbook.h
│       │   │       ├── CWorkbooks.h
│       │   │       ├── CWorksheet.h
│       │   │       ├── CWorksheets.h
│       │   │       ├── CandlestickSerie.cpp
│       │   │       ├── CandlestickSerie.h
│       │   │       ├── Config.h
│       │   │       ├── CursorTip.cpp
│       │   │       ├── CursorTip.h
│       │   │       ├── DBDataEntry.cpp
│       │   │       ├── DBDataEntry.h
│       │   │       ├── DayDataEntry.cpp
│       │   │       ├── DayDataEntry.h
│       │   │       ├── DialogAbout.cpp
│       │   │       ├── DialogAbout.h
│       │   │       ├── DialogCalc.cpp
│       │   │       ├── DialogCalc.h
│       │   │       ├── DialogCalc01.cpp
│       │   │       ├── DialogCalc01.h
│       │   │       ├── DialogCalc02.cpp
│       │   │       ├── DialogCalc02.h
│       │   │       ├── DialogCalc03.cpp
│       │   │       ├── DialogCalc03.h
│       │   │       ├── DialogCalc04.cpp
│       │   │       ├── DialogCalc04.h
│       │   │       ├── DialogCalc05.cpp
│       │   │       ├── DialogCalc05.h
│       │   │       ├── DialogDataImpExp.cpp
│       │   │       ├── DialogDataImpExp.h
│       │   │       ├── DialogDataKind.cpp
│       │   │       ├── DialogDataKind.h
│       │   │       ├── DialogDataMaintenance.cpp
│       │   │       ├── DialogDataMaintenance.h
│       │   │       ├── DialogFilterKind.cpp
│       │   │       ├── DialogFilterKind.h
│       │   │       ├── DialogHistorySub01.cpp
│       │   │       ├── DialogHistorySub01.h
│       │   │       ├── DialogHistorySub02.cpp
│       │   │       ├── DialogHistorySub02.h
│       │   │       ├── DialogHostoryData.cpp
│       │   │       ├── DialogHostoryData.h
│       │   │       ├── DialogHuShen.cpp
│       │   │       ├── DialogHuShen.h
│       │   │       ├── DialogKeybdQuery.cpp
│       │   │       ├── DialogKeybdQuery.h
│       │   │       ├── DialogKindSelect.cpp
│       │   │       ├── DialogKindSelect.h
│       │   │       ├── DialogLogin.cpp
│       │   │       ├── DialogLogin.h
│       │   │       ├── DialogRealtimeData.cpp
│       │   │       ├── DialogRealtimeData.h
│       │   │       ├── DialogScreenShot.cpp
│       │   │       ├── DialogScreenShot.h
│       │   │       ├── DialogSetting.cpp
│       │   │       ├── DialogSetting.h
│       │   │       ├── DialogStockFilter.cpp
│       │   │       ├── DialogStockFilter.h
│       │   │       ├── DrawBuySellPanel.cpp
│       │   │       ├── DrawBuySellPanel.h
│       │   │       ├── DrawKLineImagePanel.cpp
│       │   │       ├── DrawKLineImagePanel.h
│       │   │       ├── HorizontalAxis.cpp
│       │   │       ├── HorizontalAxis.h
│       │   │       ├── HttpDataEntry.cpp
│       │   │       ├── HttpDataEntry.h
│       │   │       ├── HttpDataSource.cpp
│       │   │       ├── HttpDataSource.h
│       │   │       ├── HttpHelper.cpp
│       │   │       ├── HttpHelper.h
│       │   │       ├── KLineCandleElement.cpp
│       │   │       ├── KLineCandleElement.h
│       │   │       ├── KLineElement.h
│       │   │       ├── KLineItem.cpp
│       │   │       ├── KLineItem.h
│       │   │       ├── KLinePanelElement.cpp
│       │   │       ├── KLinePanelElement.h
│       │   │       ├── LeftTopLabel.cpp
│       │   │       ├── LeftTopLabel.h
│       │   │       ├── Log.h
│       │   │       ├── MMListCtrl.cpp
│       │   │       ├── MMListCtrl.h
│       │   │       ├── MRKJDatabase.cpp
│       │   │       ├── MRKJDatabase.h
│       │   │       ├── MrkjSystem.aps
│       │   │       ├── MrkjSystem.cpp
│       │   │       ├── MrkjSystem.h
│       │   │       ├── MrkjSystem.rc
│       │   │       ├── MrkjSystem.vcxproj
│       │   │       ├── MrkjSystem.vcxproj.filters
│       │   │       ├── MrkjSystemDlg.cpp
│       │   │       ├── MrkjSystemDlg.h
│       │   │       ├── MyPic.cpp
│       │   │       ├── MyPic.h
│       │   │       ├── ReadMe.txt
│       │   │       ├── Resource.h
│       │   │       ├── ScreenTools.h
│       │   │       ├── StockChart.cpp
│       │   │       ├── StockChart.h
│       │   │       ├── StringHelper.h
│       │   │       ├── TableFiles.cpp
│       │   │       ├── TableFiles.h
│       │   │       ├── Tools.h
│       │   │       ├── VerticalAxis.cpp
│       │   │       ├── VerticalAxis.h
│       │   │       ├── res
│       │   │       ├── stdafx.cpp
│       │   │       ├── stdafx.h
│       │   │       └── targetver.h
│       │   └── 数据库.zip
│       └── 项目配置使用说明.docx
└── c 实战开发入门(几个简单游戏项目的开发代码).rar

187 directories, 1865 files


实例下载地址

c++实战开发入门(几个简单游戏项目的开发代码)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警