Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1-blue/win32api_crazyarcode
https://github.com/1-blue/win32api_crazyarcode
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/1-blue/win32api_crazyarcode
- Owner: 1-blue
- Created: 2020-11-28T20:03:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T15:48:58.000Z (about 2 years ago)
- Last Synced: 2024-11-10T07:25:52.534Z (about 2 months ago)
- Language: C++
- Size: 79.9 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crazy Arcade 모작
## 프로젝트 소개
### 개요
```
winapi 학습
```## 참여 인원 - (2인)
```
* parkSihyeong46- 물풍선, 블럭
```
```
* 1-blue- 캐릭터 이동, 아이템
```
```
공통 : 렌더링
```## 기술 스택
```
* Cpp* Win api
* Visual Studio
```
## 시연 영상
메인 메뉴
플레이
## 기타 / 조작법
조작법
/
이동
물풍선 설치
캐릭터 변경
1p
방향키
R Shift
L Click
2p
WSAD
L Shift
R Click
```
* 이미지, 사운드, 데이터 파일들을 외부 파일로 관리하여 배포 시 불필요한 파일이 많이 생김-> Visual Studio Resource로 해당 파일들을 관리를 한다면 해결 가능
* 맵 정보를 관리하지 않고 플레이에 중점을 두고 제작하여 플레이어 스폰위치, 블럭위치 등 사용에 제한이 있음
```