https://github.com/tktcorporation/otoshidama-2025-standalone
https://github.com/tktcorporation/otoshidama-2025-standalone
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tktcorporation/otoshidama-2025-standalone
- Owner: tktcorporation
- Created: 2024-12-30T10:08:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T10:19:45.000Z (10 months ago)
- Last Synced: 2024-12-30T11:23:09.609Z (10 months ago)
- Language: TypeScript
- Homepage: https://otoshidama-gacha.netlify.app/
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# お年玉ガチャ
[](https://opensource.org/licenses/MIT)
[](https://www.typescriptlang.org/)
[](https://reactjs.org/)
[](https://vitejs.dev/)
お年玉の金額をガチャで決めることができるWebアプリケーション 🎊

## 📖 概要
お年玉の金額をランダムに決定できるWebアプリケーションです。
### ✨ 主な機能
- 🎯 お年玉の金額をガチャで決定
- アニメーション付きのガチャ演出
- 期待値: 約3000円
### 💰 ガチャ参考データ
30回試行した際の結果例:
```bash
# 必要なパッケージのインストール
npm install
# 30回試行のテスト実行
npx tsx src/test-gacha.ts
```
```
=== ガチャ結果(30回) ===
金額 回数 確率
1000円 7回 23.3%
2000円 10回 33.3%
3000円 5回 16.7%
5000円 1回 3.3%
6000円 2回 6.7%
7000円 3回 10.0%
8000円 1回 3.3%
9000円 1回 3.3%
=== 金額比較 ===
ガチャ合計金額: 97,000円
3000円固定の場合: 90,000円
差額: +7,000円
```
※ これはあくまでも一例であり、実際の結果は毎回異なります。
## 📝 ライセンス
MIT
## 📞 連絡先
- X (Twitter): [@tktcorporation](https://x.com/tktcorporation)