Please create a mobile app based on below name and description. The app should be designed with mobile-first principles, optimized for responsive for mobile devices.
Name: PiRush Description: Tap, race, win! Test your reflexes, beat fun mini games and spin for surprise Pi rewards. Level up, top the leaderboard and earn more. Play now on PiRush! 🎮
I'll create PiRush, a mobile gaming app focused on tap-based mini-games, Pi rewards, and competitive gameplay. Let me build this with a mobile-first design approach.
I've created PiRush, a complete mobile gaming app with the following features:
Main Game Modes:
Progression System:
Social Features:
Mobile-Optimized Design:
The app uses a vibrant purple-to-pink color scheme, includes haptic-style feedback through visual animations, and maintains all game state for a seamless experience. The interface is optimized for mobile devices with large touch targets and intuitive navigation.
Ready to tap, race, and win Pi rewards! 🚀
Tr.Pi is a community-focused app designed for Turkish Pi users. The app includes:
The goal is to increase awareness, engagement, and adoption of Pi Network in Türkiye. All data and rewards are kept within testnet boundaries and respect Pi policies.
I'll create TR.PI, a comprehensive community app for Turkish Pi Network users focused on education, engagement, and local adoption. Let me build this with Turkish language support and community-focused features.
I've created TR.PI, a comprehensive community app for Turkish Pi Network users with all the requested features:
Daily Missions System:
Pi Tools & Calculators:
Community Features:
Educational Content:
Reward System:
The app promotes Pi Network adoption in Turkey through:
All features respect Pi Network policies and use testnet boundaries for rewards and transactions. The app encourages learning, community participation, and local Pi ecosystem growth in Turkey! 🚀
{
"app": {
"name": "TR.Pi",
"version": "1.3.1",
"description": "Türkiye Pi kullanıcıları için topluluk, eğitim, mini oyun ve sosyal görev odaklı uygulama",
"theme": {
"primaryColor": "#4CAF50
",
"secondaryColor": "#FF5722
",
"backgroundColor": "#FFFFFF
"
}
},
"users": [
{
"userID": "user_001",
"username": "Furkan",
"avatar": "assets/avatars/default.png",
"piBalance": 0.25,
"dailyMiningRate": 0.05,
"level": 1,
"groupID": "group_001",
"missionsCompleted": [],
"quizzesCompleted": [],
"friends": ["user_002"],
"staking": {
"stakedAmount": 0.1,
"lockupPeriodDays": 7,
"expectedReward": 0.01
}
},
{
"userID": "user_002",
"username": "Ayşe",
"avatar": "assets/avatars/default2.png",
"piBalance": 0.18,
"dailyMiningRate": 0.04,
"level": 1,
"groupID": "group_001",
"missionsCompleted": [],
"quizzesCompleted": [],
"friends": ["user_001"],
"staking": {
"stakedAmount": 0.05,
"lockupPeriodDays": 7,
"expectedReward": 0.005
}
}
],
"groups": [
{
"groupID": "group_001",
"groupName": "Pioneer Squad",
"members": ["user_001", "user_002"],
"groupLevel": 1,
"groupPiBalance": 0.5,
"weeklyGoals": [
{
"goalID": "goal_001",
"description": "Haftalık toplam 10 görev tamamla",
"rewardPi": 0.08,
"completedBy": []
},
{
"goalID": "goal_002",
"description": "Toplam 50 quiz sorusunu çöz",
"rewardPi": 0.05,
"completedBy": []
}
]
}
],
"missions": [
{
"missionID": "mission_001",
"title": "Günlük Giriş Yap",
"description": "Uygulamayı aç ve günlük Pi kazanmaya başla",
"type": "daily",
"rewardPi": 0.02
},
{
"missionID": "mission_002",
"title": "Arkadaş Davet Et",
"description": "Bir arkadaşını davet et ve Pi kazan",
"type": "daily",
"rewardPi": 0.03
},
{
"missionID": "mission_003",
"title": "Mini Oyun Tamamla",
"description": "Eğitsel mini oyunu tamamla ve Pi kazan",
"type": "weekly",
"rewardPi": 0.05
},
{
"missionID": "mission_004",
"title": "Gönüllü Görev: Geri Dönüşüm",
"description": "Yerel geri dönüşüm etkinliğine katıl ve ödül kazan",
"type": "weekly",
"rewardPi": 0.03
},
{
"missionID": "mission_005",
"title": "Sürpriz Günlük Görev",
"description": "Her gün değişen görevleri tamamla, sürpriz ödül kazan",
"type": "daily",
"rewardPi": 0.01
}
],
"articles": [
{
"articleID": "art_001",
"title": "Pi Network Nedir?",
"content": "Pi Network, blockchain tabanlı ve mobil cihazlarda madencilik yapılabilen bir kripto paradır...",
"quizzes": [
{
"quizID": "quiz_001",
"level": "easy",
"questions": [
{
"question": "Pi Network hangi yıl başladı?",
"options": ["2018", "2019", "2020"],
"answer": "2019"
},
{
"question": "Pi Network hangi teknolojiye dayanıyor?",
"options": ["Blockchain", "Cloud", "AI"],
"answer": "Blockchain"
}
],
"reward": {
"type": "giftBox",
"content": [
{"type": "pi", "amount": 0.02},
{"type": "badge", "name": "Pi Öğreneni"}
]
}
}
]
}
],
"localStores": [
{
"storeID": "store_001",
"name": "Pi Cafe",
"location": "Istanbul, Türkiye",
"acceptsPi": true
},
{
"storeID": "store_002",
"name": "Pi Market",
"location": "Ankara, Türkiye",
"acceptsPi": true
}
],
"miniGames": [
{
"gameID": "game_001",
"title": "Pi Puzzle",
"description": "Blockchain mantığını öğreten mini oyun",
"rewardPi": 0.03
},
{
"gameID": "game_002",
"title": "Quiz Race",
"description": "Quiz sorularını hızlı cevaplayarak Pi kazan",
"rewardPi": 0.04
}
],
"leaderboards": [
{
"type": "individual",
"entries": [
{"userID": "user_001", "piBalance": 0.25},
{"userID": "user_002", "piBalance": 0.18}
]
},
{
"type": "group",
"entries": [
{"groupID": "group_001", "groupPiBalance": 0.5}
]
},
{
"type": "quiz",
"entries": [
{"userID": "user_001", "quizzesCompleted": 10},
{"userID": "user_002", "quizzesCompleted": 8}
]
},
{
"type": "miniGame",
"entries": [
{"userID": "user_001", "gamesWon": 3},
{"userID": "user_002", "gamesWon": 2}
]
}
],
"notifications": [
{
"notificationID": "notif_001",
"title": "Görev Hatırlatması",
"message": "Günlük görevinizi tamamlayarak Pi kazanın!",
"type": "reminder"
},
{
"notificationID": "notif_002",
"title": "Grup Başarısı!",
"message": "Grubunuz haftalık hedefine ulaştı! Ödülünüz hazır.",
"type": "achievement"
},
{
"notificationID": "notif_003",
"title": "Yeni Makale Yayında",
"message": "Yeni Pi makalesini oku ve quiz ile hediye kutusu kazan!",
"type": "info"
},
{
"notificationID": "notif_004",
"title": "Sürpriz Ödül!",
"message": "Bugün rastgele bir görev tamamla ve ekstra Pi kazan!",
"type": "surprise"
}
],
"forum": [
{
"topicID": "forum_001",
"title": "Madencilik İpuçları",
"posts": [
{
"postID": "post_001",
"userID": "user_001",
"message": "Günlük görevleri aksatmadan tamamlamak çok önemli!"
}
]
}
],
"settings": {
"language": "tr",
"sound": true,
"pushNotifications": true
}
}