otogee

Run a terminal-based rhythm game using Python's curses library.

18|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/sawarae/utsutsu-code --skill otogee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: otogee
Source: https://github.com/sawarae/utsutsu-code/tree/main/.claude/skills/otogee
Command: npx skills add https://github.com/sawarae/utsutsu-code --skill otogee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an engaging, text-based rhythm game experience directly within the terminal, offering entertainment and a unique way to interact with the mascot.

Core Features & Use Cases

  • Terminal Rhythm Game: Play a classic rhythm game where notes fall and you hit them with the spacebar.
  • Mascot Integration: Tsukuyomi-chan reacts to your performance with TTS announcements and visual cues.
  • Use Case: Take a break from coding and challenge yourself with a quick, fun rhythm game that provides instant feedback and mascot interactions.

Quick Start

Run the otogee skill to start the terminal rhythm game.

Frequently Asked Questions about otogee

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I play a terminal rhythm game in Python?

A terminal rhythm game runs in Python using the curses library to simulate falling notes that you hit with the spacebar. It optionally integrates a mascot application for real-time visual reactions and TTS voice announcements during gameplay.

How does mascot integration work in a Python terminal game?

Mascot integration sends real-time gameplay performance data to a mascot application, triggering visual cues and TTS voice announcements. The mascot reacts dynamically to your timing accuracy and scoring events as you hit falling notes.

Do I need a specific terminal to run a curses-based Python game?

Yes, running a curses-based Python game requires a curses-compatible terminal. The skill depends on the curses library to render the terminal interface and simulate falling notes, so environments lacking curses support will not function correctly.

Can I use TTS engines for voice feedback in a terminal rhythm game?

Yes, TTS engines can optionally provide voice feedback in a terminal rhythm game. The skill supports integrating TTS engines to deliver voice announcements alongside the mascot's visual reactions based on your gameplay performance.

What are the limitations of building a rhythm game with Python curses?

Limitations of building a rhythm game with Python curses include strict dependency on a curses-compatible terminal and restricted rendering to text-based interfaces. It is not suited for high-resolution graphics and requires a suitable terminal environment to function.