윈폼으로 게임 만들기


윈폼으로 게임 만들기

NEW *2 -OLD = BOX 위치 공식임 강사님이 찾아냄 은 뻥이겠지 using System; using System.Drawing; using System.Windows.Forms; namespace WindowsFormsApp1 { public partial class Form1 : Form { const int WtileSize = 16; const int HtileSize = 9; //하드 코딩이 될 수 밖에 없음! const string Title = " 볼드모트와 아츠카반의 죄수"; char[][] MapReal; string[] Map; Image human; Image humanF; Image humanL; Image humanR; Image humanB; Image Wall; Imag..


원문링크 : 윈폼으로 게임 만들기