Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

シーン1 #1

Open
kaiiy opened this issue May 16, 2024 · 1 comment
Open

シーン1 #1

kaiiy opened this issue May 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kaiiy
Copy link
Owner

kaiiy commented May 16, 2024

  • S→GからGにプレイヤーが移動
  • プレイヤーは操作不可
  • →で1つ時間を進める、←でその逆
  • 画面中央には□と枠線
  • プレイヤーの入力と同じ入力をキーボードで解答欄に入力できたらクリア
  • 画面下方に入力欄
  • 入力すると、「****」みたいに入る
@kaiiy kaiiy added the enhancement New feature or request label May 19, 2024
@kaiiy
Copy link
Owner Author

kaiiy commented May 21, 2024

シーン1

yx01234
0 S43BB
1 BB21W
const PLAYER_HISTORY: OriginalVector[] = [
  { x: 0, y: 0 },
  { x: 1, y: 0 },
  { x: 2, y: 0 },
  { x: 2, y: 1 },
  { x: 3, y: 1 },
  { x: 4, y: 1 },
].map(
  vectorToOriginalVector,
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant