-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from jinjoo-jung/chat
Chat
- Loading branch information
Showing
26 changed files
with
224 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,111 @@ | ||
# 마피아 게임 | ||
# Mafia | ||
|
||
- 🗓 기간: 2023.11.06 ~ 2023.11.16 | ||
- Socket.io의 양방향 통신을 활용한 채팅게임 | ||
|
||
## 🔍️ <주요 기능> | ||
|
||
- 존재하는 모든 게임 방들의 정보를 받아 페이지에 렌더링 | ||
- 특정 게임방에 접속 시 제공받은 api와 추가 배포한 서버 api를 활용해 게임에 필요한 데이터를 요청 및 저장 | ||
- Socket 연결을 통한 게임 참가자들끼리의 채팅 | ||
- 추가 서버 api를 활용한 투표 시스템 | ||
- 투표 결과를 바탕으로 서버 데이터를 수정하고 결과를 화면에 렌더링 | ||
|
||
## 👭 참여 인원 및 담당 기능 | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th align="center"> 팀장 | 최선파 </th> | ||
<th align="center"> 팀원 | 남궁종민 </th> | ||
<th align="center"> 팀원 | 정진주 </th> | ||
<th align="center"> 팀원 | 김소정 </th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td align="center"> | ||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/noSPkeepgoing"> | ||
<img src="https://avatars.githubusercontent.com/u/125979833?v=4" width="100" style="max-width: 100%;"> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/NamgungJongMin"> | ||
<img src="https://avatars.githubusercontent.com/u/100336573?v=4" width="100" style="max-width: 100%;"> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/jinjoo-jung"> | ||
<img src="https://avatars.githubusercontent.com/u/85981963?v=4" width="100" style="max-width: 100%;"> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/KSJT"> | ||
<img src="https://avatars.githubusercontent.com/u/118329943?v=4" width="100" style="max-width: 100%;"> | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/noSPkeepgoing">@noSPkeepgoing</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/NamgungJongMin">@NamgungJongMin</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/jinjoo-jung">@jinjoo-jung</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/KSJT">@KSJT</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<ul> | ||
<li>초기 개발 환경 세팅</li> | ||
<li>게임 투표 기능</li> | ||
<li>게임 진행 사항 및 결과 페이지</li> | ||
</ul> | ||
</td> | ||
<td> | ||
<ul> | ||
<li>추가api 작성 및 서버 호스팅</li> | ||
<li>로비 페이지</li> | ||
<li>랜덤 역할 부여 기능</li> | ||
<li>일렉트론 개발환경 세팅 및 데스크탑 앱 포맷팅</li> | ||
</ul> | ||
</td> | ||
<td> | ||
<ul> | ||
<li>Socket 연결 및 통신</li> | ||
<li>게임 채팅 기능</li> | ||
<li>채팅방 페이지</li> | ||
</ul> | ||
</td> | ||
<td> | ||
<ul> | ||
<li>JWT 토큰 발급</li> | ||
<li>회원가입 및 로그인 기능</li> | ||
<li>Redux toolkit을 활용한 상태관리</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
## 🔍️ 기술 스택 및 라이브러리 | ||
|
||
<div style="display: flex;"> | ||
<img src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/vite-%646CFF.svg?style=for-the-badge&logo=vite&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/react-%2320232a?style=for-the-badge&logo=react&logoColor=%2361DAFB" /> | ||
<img src="https://img.shields.io/badge/sass-CC6699?style=for-the-badge&logo=sass&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white" /> | ||
<img src="https://img.shields.io/badge/pockethost-%B8DBE4.svg?style=for-the-badge&logo=pocketbase" /> | ||
<img src="https://img.shields.io/badge/Redux/toolkit-%23039BE5.svg?style=for-the-badge&logo=Redux" /> | ||
<img src="https://img.shields.io/badge/socket.io-010101.svg?style=for-the-badge&logo=reactquery&logoColor=white" /> | ||
</div> | ||
|
||
## 🎨 프로토타입 디자인 | ||
|
||
![image](https://github.com/NamgungJongMin/Mafia-team4/assets/100336573/5f2bbb4a-f62a-46e5-961c-eeb475b23b0a) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.