Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- C#
- 백준 1103번
- 수학숙제
- 백준
- 백준 17070번
- 백준 c++ 2468번
- dfs
- 2870번 c++
- 17070번
- 유니티
- 코테
- 백준 17070번 c++
- Lv2
- 2468 c++
- 백준 1103번 게임
- 플레이어 이동
- 프로그래머스
- 코딩테스트
- Unity
- 오브젝트 풀링
- Lv.3
- Beakjoon
- 백준 2870번
- 2870번
- Algorithm
- c++
- 백준 1103번 c++
- 백준 c++ 2870번
- 2870번 수학숙제 c++
- 2870번 수학숙제
Archives
- Today
- Total
목록2024/09/15 (1)
주녘공부일지
[C++] 벽돌깨기 게임 ( WinAPI )
1. 벽돌깨기 게임 ( WinAPI )- 알카노이드를 레퍼런스로 하여 제작한 게임https://github.com/godgjwnsgur7/WinAPI_BrickBreaking/tree/main/BrickBreaking WinAPI_BrickBreaking/BrickBreaking at main · godgjwnsgur7/WinAPI_BrickBreakingContribute to godgjwnsgur7/WinAPI_BrickBreaking development by creating an account on GitHub.github.com2. 게임 핵심 구현 요소1) Vector2- 위치 벡터, 방향 벡터 등 범용적으로 사용하기 편리하도록 Vector2 구조체를 구현하여 사용함struct Vector2{ ..
GameDevelopment/[C++] Project
2024. 9. 15. 00:37