전체 글 796

기보 흑차례에는 금수 지점에 붉은색 원으로 표시

Reset Previous Move Next Move Last Move Play 혹시 사용하는 분이 있을까 소스 h8h9h6i8j7g9j8j9i9g6h7g8g5g10 이 부분을 나에 맞게 기보를 넣으면 됩니다.렌주넷같은 곳에서 하단부분의 역삼각형을 클릭하면 아래 수순이 나오는 기보를 얻을 수 있는데 위의 코드에 저걸 넣고 html파일로 저장하면 웹브라우저로 볼 수 있습니다.  수순을 진행하면 흑차례 금수가 되는 지점은 붉은색 원 확인이 됩니다.

카테고리 없음 2024.05.20

Strategic Symphony 음악감상

### Song Title: **Strategic Symphony** ### Song Style: **Alternative Rock** --- **[Verse 1]** In the heart of the game, where strategies unfold,   Black places the first, in the center, bold.   The board is silent, awaiting the next play,   White contemplates the swap, in this tactical ballet. **[Chorus]** Strategic symphony, on the Renju board we see,   Moves within the squares, from three to t..

오목/오목강좌 2024.05.08

축문을 쓰는데 도움이 되는 코드 작성

# 필요한 라이브러리 설치 !pip install korean-lunar-calendar # 천간 지지 heavenly_stems = ['甲', '乙', '丙', '丁', '戊', '己', '庚', '辛', '壬', '癸'] earthly_branches = ['子', '丑', '寅', '卯', '辰', '巳', '午', '未', '申', '酉', '戌', '亥'] from datetime import date from korean_lunar_calendar import KoreanLunarCalendar def calculate_60_ganji(year, month, day): """ 그레고리력 날짜에 기반한 60갑자 계산 함수 """ input_date = date(year, month, day) r..

일상의 잡다한 2024.04.22