> For the complete documentation index, see [llms.txt](https://madesv.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://madesv.gitbook.io/wiki/lobby/lobbyguide/squidgame.md).

# 오징어게임

{% embed url="<https://youtu.be/BVC-TyytNl0?si=k2ZhH6PVm-JIZgX4>" %}

> ## **📅 개최 시간**

* **매주 금요일 오후 9시**

<br>

> ## **🎮 참여 방법**

1. 야생 서버에서 `/오겜` 입력 → **대기열 등록 완료**
2. **10분 후**, 등록된 플레이어가 **로비 서버 → 오징어게임 맵**으로 이동

<br>

> ## **🏆 게임 방식**

* **총 5라운드 진행** (각 라운드별 랜덤 맵 선정)
* 각 라운드에서 **상위 50% 플레이어**가 다음 라운드 진출
* **보상 지급**
  * **라운드별 모든 참가자**: 크레딧 조각 **1개** 지급
  * **라운드별 상위 50%**: 크레딧 조각 **10개** 지급
  * **최종 우승자**: 크레딧 조각 **50개** 지급

<br>

> ## **🗺️ 맵 종류**

**총 7가지의 맵중, 5개의 랜덤 맵으로 플레이**

* **무궁화 꽃이 피었습니다**: 멈춰야 할 때 움직이면 탈락
* **광물 스플리프**: 밟은 광물이 사라지니 조심해야 함
* **눈사람 방해 게임**: 방해꾼 몬스터를 피해 목표 지점까지 이동
* **거미줄 얼음맵**: 미끄러운 얼음과 거미줄 장애물 통과
* **랜덤 관문 통과**: 올바른 문을 선택해야만 다음 단계로 진행
* **플라이맵**: 공중을 날아 목적지까지 이동
* **깜빡 점멸맵**: 일정 주기마다 발판이 사라지므로 타이밍 중요

<br>

> ## **⚠️ 기타 안내사항**

* 게임 도중 접속 종료 시 **자동 탈락**
* 야생 서버에서 `/크레딧` 입력하여 보상 확인 가능


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://madesv.gitbook.io/wiki/lobby/lobbyguide/squidgame.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
