- 플레이데이터 두 번째 미니 프로젝트(2020-06-17)
- Raspberry Pi 카메라 모듈 활용 Python 프로젝트
Telestration-like Game by Python Using Raspberry Pi 3B Module
라즈베리파이를 활용한 파이썬 캐치마인드 게임
(1) Server
- Chat server
- Save and compare answers
- Wait for all clients and start game
(2) Photo
- Chatting
- Shoot a photo of an object
- Send the photo and the object's name which will be the answer
(3) Draw
- Chatting
- Draw a picture simalar to the photo
- Send the picture
(4) Guess
- Chatting(You can ask for hint!)
- Guess and send your answer
- If your answer is correct, the game will finish
- IDE: PyCharm
- Language: Python