Description: Snake original VC++ code, the game can be divided into levels, game speed is faster.
To Search:
- [TCS2005] - 2005 Snake Snake source of a small class
- [3D-Snake] - OpenGL using the original 2D state贪食蛇imp
File list (Check if you may need any files):
VC++ 贪食蛇代码\Snake\bin\hero.ini
...............\.....\...\music.wav
...............\.....\HelpDlg.cpp
...............\.....\HelpDlg.h
...............\.....\HeroDlg.cpp
...............\.....\HeroDlg.h
...............\.....\ReadMe.txt
...............\.....\res\backround.bmp
...............\.....\...\Snake.ico
...............\.....\...\Snake.rc2
...............\.....\...\Thumbs.db
...............\.....\Resource.h
...............\.....\Rule.cpp
...............\.....\Rule.h
...............\.....\Snake.aps
...............\.....\Snake.clw
...............\.....\Snake.cpp
...............\.....\Snake.dsp
...............\.....\Snake.dsw
...............\.....\Snake.h
...............\.....\Snake.rc
...............\.....\SnakeDlg.cpp
...............\.....\SnakeDlg.h
...............\.....\SnakeGame.cpp
...............\.....\SnakeGame.h
...............\.....\StdAfx.cpp
...............\.....\StdAfx.h
...............\.....\bin
...............\.....\res
...............\Snake
VC++ 贪食蛇代码