資源簡介
2048mfc版,提供源碼
提供空格鍵自動移動,g鍵快速自動移動,算法不完善見諒
代碼僅供參考,切勿學(xué)習(xí),后果自負(fù)
開發(fā)環(huán)境 VC6.0
代碼片段和文件信息
//?2.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“2.h“
#include?“2Dlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMy2App
BEGIN_MESSAGE_MAP(CMy2App?CWinApp)
//{{AFX_MSG_MAP(CMy2App)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CMy2App?construction
CMy2App::CMy2App()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initiali
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????49152??2014-05-22?22:24??2048.exe
?????目錄???????????0??2014-05-22?22:28??2048代碼\
?????文件???????23708??2014-05-22?22:24??2048代碼\2.aps
?????文件?????????682??2014-05-22?22:25??2048代碼\2.clw
?????文件????????1982??2014-05-15?10:09??2048代碼\2.cpp
?????文件????????4391??2014-05-17?13:53??2048代碼\2.dsp
?????文件?????????525??2014-05-15?10:09??2048代碼\2.dsw
?????文件????????1279??2014-05-15?10:09??2048代碼\2.h
?????文件???????48640??2014-05-22?22:25??2048代碼\2.opt
?????文件????????2737??2014-05-22?22:24??2048代碼\2.plg
?????文件????????4643??2014-05-17?15:00??2048代碼\2.rc
?????文件???????13491??2014-05-18?12:37??2048代碼\2Dlg.cpp
?????文件????????1978??2014-05-17?15:06??2048代碼\2Dlg.h
?????文件????????3495??2014-05-15?10:09??2048代碼\ReadMe.txt
?????目錄???????????0??2014-05-20?15:16??2048代碼\res\
?????文件?????????587??2014-05-17?15:00??2048代碼\resource.h
?????文件????????4286??2014-05-17?14:03??2048代碼\res\2.ico
?????文件?????????393??2014-05-15?10:09??2048代碼\res\2.rc2
?????文件?????????569??2014-05-15?11:01??2048代碼\res\st
?????文件?????????203??2014-05-15?10:09??2048代碼\StdAfx.cpp
?????文件?????????999??2014-05-15?10:09??2048代碼\StdAfx.h
評論
共有 條評論