태그 : game 요약보기전체보기목록닫기

1 2

다시 처음으로...

다이어그램 작성....?! 써니님의 말씀대로 난 아직 설계 능력이 매우 부족하기 때문에, 하향(Top-Down) 보다는 상향(Bottom-Up) 방식으로 설계는 하는게 낫다는 생각이 들었다. 그래서, 다시 해본다. 타워 게임을 만들려면 뭐가 필요할까? 처음 질문과 비슷하지만, 이번엔 좀더 구체적인 객체를 찾아보자. 우선, 지도.. 유식하게 보이...

다이어그램 작성....?!

타워 게임을 어떻게 만들어야 할 것인가? 이런거 처음해봐서리.. 어케 해야 할지를 모르겠네. 우선, 추출된 클래스를 다이어그램으로 만들어 봤음.속성(멤버 변수)이나 멤버 함수등은 나중에 추가하도록 하고,  갯수가 많아질수 있는것들은 추상 클래스를 두고 상속 받도록 했음. 대충 스샷을 올릴테니, 이상한거 지적좀 부탁드림.(이상한게 너무 많...

타워 게임을 어떻게 만들어야 할 것인가?

타워 게임을 어케 만들어야 할까여? 클래스를 어케 구성해야 할지를 모르겠네영.. 우선, 학교에서 배운대로 요구사항을 작성한 다음에 요구사항에서 클래스를 도출해 보도록 하지영.(딱히, 다른 대안이 없어서 이런짓을 하고 있다능..;;) 음, 우선 제가 원하는건, 고정된 맵이 등장하구요. 아, 맵은 한 화면 크기예요. 다시말해 스크롤되거나 그런건 없다는...

Allegro/STL Tutorial Ch.6

Chapter 6 6. Basic Game Design 6.1 The basic sprite system From the previous exercise, we have a program where we could move two helicopter sprites around the screen, and outside it. There ...

아, 이런 샘플!

알레그로 샘플 올린다고 해 놓고, 주말 내둥 잠을 자 버렸군요. 대충 만들어 뒀던 녀석을 걍 압축해서 올립니다. (이거 뭐.. 심하게 무책임한데..;;) 핵심 코드는 다음과 같습니다. int CCharacter::Walk(__inout PBITMAP pDest,            &n...

Allegro/STL Tutorial Ch.5

Chapter 5 5. STL Basics 5.1 C++ Templates Another thing that C++ offers is the concept of templates. In many ways, templates have many things in common with macros, but are processed by the...

Allegro/STL Tutorial Ch.4

Chapter 4 4. OOP Basics 4.1 Object-Oriented Programming The OOP paradigm is based on the human way to think of things, that each object in the known universe has within itself its propertie...

Allegro/STL Tutorial Ch.2

Chapter 2 2. Preparing our game 2.1 What do we need? A game consists of many components, like graphics, sound, input device management, data file management, etc. Allegro can deal with all ...

Allegro/STL Tutorial Ch.1

Chapter 1 1. Basics 1.1 Using RHIDE to write our first C++ program First, you should create a new directory for this tutorial. When you have done so, start RHIDE from within it. The RHIDE s...

으하하하, 머드(MUD)게임을 만들어보자 : )

http://www.rdxgames.net/projects/wrathlands/index.html 출장 끝나서 집에 가면, 함 따라서 만들어 봐야겠다 : )
1 2