Skip to main content

[C/C++] 소코반 게임

처음 접해보는 윈도우프로그램이라서 그런지 시간이 많이 걸렸다.. 정말 많이 부족함을 느끼는구나 ㅠ_ㅠ…     하지만 좋은 경험이 된것 같다.. 내 멋대로 주석과 많이 부족한 소스지만 기록을 남겨본다.. [#M_소스보기|접기| /* Program Sokoban_Win ver.00    */ /* Romantic Programmer Teddy    */ #include ”stdafx.h” #include <Windows.h> #include ”resource.h”    // 비트맵 리소스를 가지고 있음. #include <string.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); […]

Read More