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

101 feat speed up game #124

Merged
merged 4 commits into from
Jul 12, 2024
Merged

101 feat speed up game #124

merged 4 commits into from
Jul 12, 2024

Conversation

yuki-shimoda-crypto
Copy link
Owner

コミットの種類

  • feat: 新機能や機能の追加
  • fix: バグの修正
  • docs: ドキュメントの変更
  • style: コードスタイルの調整(ロジックの変更は無し)
  • refactor: バグを修正したり機能を追加せずに、コードをリファクタリング
  • test: テストコードの追加や修正
  • chore: ビルドプロセスやツールの変更
  • other: 上記のいずれにも当てはまらないその他の変更

このプルリクエストの内容

変更による影響

テスト手順

スクリーンショット

その他のノート

[body]
シングルプレイモードにゲームのスピードを2倍にする機能を追加しました。これには、新しいボールのスピード管理ロジックと、スピード切り替えボタンが含まれています。`ball.js`、`main.js`、`ui.js`、および`single_play_start.html`テンプレートを変更しました。

[notes]
新機能により、プレイヤーは通常速度と2倍速の間でゲームスピードを切り替えることができます。これにより、より挑戦的なゲームプレイ体験が提供されます。

close #101
[body]
ローカルマルチプレイモードにゲームのスピードを2倍にする機能を追加しました。これには、新しいボールのスピード管理ロジックと、スピード切り替えボタンが含まれています。`ball.js`、`main.js`、`ui.js`、および`multiplayer_play_local.html`テンプレートを変更しました。

[notes]
新機能により、プレイヤーは通常速度と2倍速の間でゲームスピードを切り替えることができます。これにより、より挑戦的なゲームプレイ体験が提供されます。

close #101
[body]
トーナメントモードにゲームのスピードを2倍にする機能を追加しました。これには、新しいボールのスピード管理ロジックと、スピード切り替えボタンが含まれています。`ball.js`、`main.js`、`ui.js`、および`tournament_play.html`テンプレートを変更しました。

[notes]
新機能により、プレイヤーは通常速度と2倍速の間でゲームスピードを切り替えることができます。これにより、より挑戦的なゲームプレイ体験が提供されます。

close #101
@yuki-shimoda-crypto yuki-shimoda-crypto self-assigned this Jul 12, 2024
@yuki-shimoda-crypto yuki-shimoda-crypto linked an issue Jul 12, 2024 that may be closed by this pull request
@yuki-shimoda-crypto yuki-shimoda-crypto changed the base branch from main to submit July 12, 2024 12:50
@Yono1112 Yono1112 merged commit e3c8552 into submit Jul 12, 2024
1 check passed
@Yono1112 Yono1112 deleted the 101-feat-speed-up-game branch July 12, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat]: speed up game
3 participants