Metadata-Version: 2.3
Name: hyohyo_game
Version: 0.2.0
Summary: Simple game package with console and pygame games
Author-email: Hyojun Lee <statisticlee@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Lee Hyojun
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Keywords: console,entertainment,game,korean,pygame
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.9
Requires-Dist: pygame>=2.6.1
Description-Content-Type: text/markdown

# 🎮 HyoHyo Game Package

다양한 재미있는 게임들을 모아놓은 Python 패키지입니다. 콘솔 기반 클래식 게임부터 Pygame을 활용한 그래픽 게임까지 즐길 수 있습니다!

## 📦 설치

```bash
pip install hyohyo_game
```

## 🎯 포함된 게임

### 콘솔 게임
- **가위바위보**: 컴퓨터와 가위바위보 대결
- **숫자 맞추기**: 1~100 사이 숫자를 맞추는 업앤다운 게임
- **숫자야구**: 3자리 숫자로 하는 스트라이크/볼 게임

### Pygame 게임
- **크리스마스 러너**: 🎄 산타가 되어 장애물을 피하며 달리는 액션 게임
- **스키 어드벤처**: ❄️ 눈덩이를 피하며 스키를 타는 서바이벌 게임

## 🚀 사용법

```python
import hyohyo_game

# 콘솔 게임들
hyohyo_game.rock_paper_scissors()    # 가위바위보
hyohyo_game.guess_the_number()       # 숫자 맞추기
hyohyo_game.number_baseball()        # 숫자야구

# Pygame 게임들 (그래픽 게임)
hyohyo_game.christmas_runner()       # 크리스마스 러너
hyohyo_game.ski_adventure()          # 스키 어드벤처
```

## 🎮 게임 조작법

### 크리스마스 러너
- **스페이스바**: 점프 (길게 누르면 높이 점프)
- **더블 점프**: 공중에서 한 번 더 점프 가능 (파워업 획득 시)
- **파워업**: 쉴드, 더블 점프 등 다양한 능력

### 스키 어드벤처
- **방향키**: 플레이어 이동 (상하좌우)
- **파워업**: 쉴드, 슬로우 모션, 점수 배율 등

## 📋 요구사항

- Python 3.9+
- pygame 2.6.1+ (그래픽 게임용, 자동 설치됨)

## 🎯 특징

- **간단한 설치**: pip 한 줄로 설치 완료
- **다양한 장르**: 콘솔 게임부터 액션 게임까지
- **즉시 플레이**: import 후 바로 게임 시작
- **한국어 지원**: 모든 게임이 한국어로 제공

## 📝 라이선스

이 프로젝트는 MIT 라이선스 하에 배포됩니다.

## 👨‍💻 개발자

**hyojun** - statisticlee@gmail.com

---

🎮 **즐거운 게임 되세요!** 🎮

