
Ditutup
Disiarkan
Dibayar semasa penghantaran
I need a bite-sized Block Blast game that runs entirely as a Telegram mini app, so anyone who opens it inside Telegram—whether on iOS, Android, or desktop—gets the same seamless experience. The core mechanic can follow the familiar block-clearing format; I’m open to your suggestions on pacing, art style, and sound as long as the gameplay feels snappy and satisfying. Key features I must see: • Real-time leaderboards so players instantly know where they rank • A rotating set of daily challenges to keep the game fresh • Streak-based rewards that pay out daily, weekly, and monthly • A referral system that tracks who invited whom and credits both users accordingly In app purchases and ads Please build on Telegram’s Web Apps framework (HTML5, JavaScript/TypeScript) and make efficient use of the Bot API for authentication, score storage, and reward distribution. I will provide the bot token and hosting; you handle game logic, UI/UX, and deployment instructions. Deliver the full source, minified production build, and a short README that shows me how to redeploy future updates. Once I can open the bot link, play a round, see my score on the leaderboard, and collect the first daily reward, the milestone is complete.
ID Projek: 40223919
122 cadangan
Projek jarak jauh
Aktif 23 hari yang lalu
Tetapkan bajet dan garis masa anda
Dapatkan bayaran untuk kerja anda
Tuliskan cadangan anda
Ianya percuma untuk mendaftar dan membida pekerjaan
122 pekerja bebas membida secara purata $484 USD untuk pekerjaan ini

Hello, I will build a compact, fast Block Blast mini-game that runs inside Telegram as a Web App with the same experience across iOS, Android, and desktop. My approach is to deliver an engaging core loop with snappy gameplay, a real-time leaderboard powered by the Bot API for instant score updates, rotating daily challenges, and streak-based rewards that unlock daily/weekly/monthly bonuses. I’ll implement a referral system that tracks invites and credits both sides, integrate in-app purchases and ads thoughtfully, and ensure seamless authentication and score storage via Telegram’s Bot API. The full source, a minified production build, and a concise README with redeploy steps will be provided. I’ll use HTML5/JS/TS, optimize for performance on mobile, and include deployment instructions to help you push future updates quickly. The UI/UX will be clean, responsive, and feel snappy, with scalable art and sound options that you can adjust after review. What is the preferred database/storage approach for leaderboards and rewards (e.g., inline Bot API storage vs external DB), and how should we handle cross-device session consistency? What Telegram Bot Token access level and hosting setup will you provide? Do you want a specific art style or sound theme from the start, and should I provision multiple difficulty tiers? How should the daily challenges rotate (time-based, user-specific, or global)? What is the expected number of concurrent players, and any rate-limiting or anti-cheat me
$750 USD dalam 16 hari
9.3
9.3

As a seasoned Full-Stack Developer specializing in Python and JavaScript, I am confident in my ability to design and execute your Telegram Block Blast Mini-Game. I'm highly proficient in the exact technologies you desire, namely HTML5 and TypeScript. I've successfully developed several web and mobile applications, prioritizing clean code, modern design, and impactful user experiences throughout my career. In vibrant games like this, snappy gameplay design is key. I can provide various art style options to choose from, ensuring we create something fresh and satisfying for the players while keeping true to the familiar block-clearing format you mentioned. Furthermore, my experience with backend development using Python makes me uniquely qualified in tackling the real-time leaderboards, daily challenges, streak-based rewards and referral system among other features listed in the project description. I prioritize efficiency and security when handling API communication such as with Telegram's Bot API. In conclusion - choosing my services mean you're selecting an experienced innovative thinker who can work symbiotically with your suggested architecture. I will provide you with concise deployment instructions and make myself available to help with redeployment for subsequent updates.
$500 USD dalam 7 hari
7.0
7.0

Hi I can build your bite-sized Block Blast game as a fully optimized Telegram Web App using HTML5 + TypeScript, delivering identical gameplay across iOS, Android, and desktop. The main technical challenge is ensuring real-time leaderboards, referral tracking, and streak rewards while keeping gameplay fast inside Telegram’s sandbox, which I solve through efficient canvas-based rendering, lightweight state management, and Bot API–driven score/auth flows. I will implement rotating daily challenges, daily/weekly/monthly streak rewards, and a referral system that logs invitations and credits both players. In-app purchases and ads can be integrated cleanly to match Telegram’s ecosystem. The final package will include full source code, a minified production build, and a clear deployment README so you can push updates anytime. You’ll be able to open the bot link, play instantly, see your leaderboard position, and redeem your first reward. Thanks, Hercules
$500 USD dalam 7 hari
6.6
6.6

Hi there, I'm excited about the opportunity to create a Block Blast mini-game for Telegram! With extensive experience in game development and a strong background in HTML5, JavaScript, and integrating Telegram's Bot API, I’m confident in delivering a seamless and enjoyable gaming experience across iOS, Android, and desktop platforms. The core gameplay will prioritize responsiveness, and I can suggest art styles and soundscapes that enhance user engagement while ensuring snappy mechanics. Let's implement the key features you outlined, like real-time leaderboards, daily challenges, and a referral system to keep players coming back. I’ll also ensure that the game logic is robust and incorporates your in-app purchases and ads efficiently. You’ll receive a well-documented source, a minified production build, and clear instructions for updates once the game is ready. I’m eager to get started; please message me right away to discuss more details! What specific art styles and sound themes do you envision for the game?
$610 USD dalam 10 hari
6.2
6.2

Hi there, I’m excited about the opportunity to create your Telegram Block Blast mini-game! With my expertise in game development and design, I understand the importance of delivering a seamless experience across all platforms. I have successfully completed similar projects, focusing on the following: 1. **Game Logic**: I’ve developed engaging mini-games using HTML5 and JavaScript, ensuring snappy gameplay and user-friendly mechanics. 2. **Real-time Features**: Implementing real-time leaderboards and streak-based rewards for prior projects has equipped me with the skills to keep players engaged and returning. 3. **User Interface**: My experience with UI/UX design allows me to create a visually appealing and intuitive layout that enhances gameplay. For your project, I suggest utilizing the Telegram Bot API effectively to authenticate users, manage scores, and track referrals for your unique reward system. Implementing daily challenges will keep players returning, enhancing retention. I’m eager to start and discuss your ideas for art style and sound further. Thanks, Luis Cesar
$400 USD dalam 4 hari
6.2
6.2

Your leaderboard will crash if you store scores in Telegram's cloud storage without implementing sharding—it has a 1MB limit per user and no native indexing for global rankings. This will break once you hit 500+ active players. To prevent data loss and ensure sub-500ms leaderboard queries at scale, I need clarity on two points: Are you planning to use an external database like Firebase or Supabase for score aggregation, or do you expect everything to run purely on Telegram's Bot API? Second, what is your monetization priority—will ad revenue come from Telegram Ads or third-party networks like AdMob? Here is the architectural approach: - TELEGRAM WEB APPS + JAVASCRIPT: Build a Progressive Web App using the Telegram WebApp SDK with touch-optimized controls and haptic feedback for iOS/Android parity, ensuring 60fps gameplay on devices as old as iPhone 8. - REAL-TIME LEADERBOARDS: Implement a Redis-backed ranking system with sorted sets to handle concurrent score updates and retrieve top 100 players in under 200ms, syncing to Telegram cloud storage as a backup layer. - DAILY CHALLENGES + STREAK REWARDS: Use cron jobs to rotate challenge parameters at UTC midnight and track streaks via user metadata with atomic increment operations to prevent double-claims during network retries. - REFERRAL TRACKING: Leverage Telegram's deep linking with unique start parameters to attribute invites, storing the referral graph in a relational schema that supports multi-level reward distribution without circular dependencies. - IN-APP PURCHASES + ADS: Integrate Telegram Stars for native payments and implement rewarded video ads with fallback logic if the ad network fails to load, ensuring revenue streams do not block core gameplay. I bring 12 years of experience building production-grade web games that handle 50K+ concurrent users without performance degradation. Let's schedule a 15-minute technical call to align on your database choice and ad network before I architect the data flow.
$450 USD dalam 10 hari
7.1
7.1

Hello, I’ve gone through your project details, and this is something I can definitely help you with. With 10+ years of experience in mobile and web app development, I specialize in creating engaging mini-games that work seamlessly across platforms, including Telegram. My focus is on clean architecture, scalable code, and robust gameplay mechanics. The proposed Block Blast game aligns perfectly with my expertise. I will implement real-time leaderboards, daily challenges, and a rewarding referral system to enhance user engagement. Utilizing Telegram’s Web Apps framework and Bot API, I will ensure that the game is efficient and interactive. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m keen to learn more about your expectations and finalize the best approach. Could you clarify: Are there any specific art styles or sound preferences you have in mind for the game? Let’s connect over chat to discuss this further! Regards, Arpit Jaiswal
$250 USD dalam 25 hari
7.5
7.5

Drawing from 6+ years of experience as a Unity Game Developer, I’ve built a strong foundation in crafting engaging and immersive game experiences for various platforms. Leveraging my skillset in HTML5, JavaScript, and mobile app development, I'm well-equipped to design, develop, and deploy the Telegram Block Blast mini-game on Telegram's Web Apps framework. My deep-rooted knowledge in UI/UX design paired with my knack for delivering snappy and satisfying gameplay makes me the ideal candidate for your project. Your key requirements for real-time leaderboards, daily challenges, streak-based rewards, and referral system are areas I've excelled in throughout my career. Furthermore, I understand the value of scalability and efficiency in game development. Making effective use of the Bot API for authentication, score storage, and reward distribution comes naturally to me. Finally, my commitment to providing comprehensible documentation ensures that you'll be able to redeploy future updates effortlessly. Joining hands on this project will provide us an incredible opportunity to create a captivating game that millions of Telegram users can enjoy while preserving a familiar gaming experience. Each completed milestone brings us closer to achieving this mutual vision. Let's build something amazing together!
$500 USD dalam 7 hari
6.5
6.5

Hi, there, I am a freelance engineer specializing in game development and Telegram API integration. With a strong background in creating engaging mobile games, I am excited to take on the challenge of developing the 'Telegram Block Blast Mini-Game' for you. Leveraging my expertise in HTML5, JavaScript, and game design, I will ensure a seamless and enjoyable gameplay experience for Telegram users on all devices. ✅ Developing Real-Time Leaderboards: I will implement a robust real-time leaderboard system that allows players to instantly track their rankings during gameplay. ✅ Daily Challenges and Streak-Based Rewards: I will design a dynamic set of daily challenges to keep the game exciting, along with streak-based rewards that offer daily, weekly, and monthly payouts. ✅ Referral System and In-App Purchases: I will integrate a referral system to credit users who invite others and implement in-app purchases to boost engagement and monetization. ✅ UI/UX Design and Bot API Integration: Focusing on a snappy and satisfying gameplay experience, I will ensure intuitive UI/UX design while efficiently using the Bot API for authentication, score storage, and reward distribution. ✅ Deployment and Readiness: I will provide you with the full source code, a minified production build, and a comprehensive README for easy redeployment of future updates. I look forward to working with you. Best Regards. Brayan
$500 USD dalam 5 hari
5.6
5.6

Hello Brandon, I am Vishal Maharaj, with 20 years of experience in JavaScript, Game Design, HTML5, Game Development, Android, Telegram API, and iPhone. I have carefully reviewed your requirement for the Telegram Block Blast Mini-Game. To create this game, I propose to use the Telegram Web Apps framework, leveraging HTML5 and JavaScript/TypeScript for efficient performance. I will incorporate real-time leaderboards, daily challenges, streak-based rewards, and a referral system. In-app purchases and ads will also be seamlessly integrated. I will ensure a snappy and satisfying gameplay experience while providing clear deployment instructions and support for future updates. I would appreciate if you could initiate a chat to discuss this project further. Cheers, Vishal Maharaj
$500 USD dalam 5 hari
6.2
6.2

Hi, This is a great fit. I’ve built interactive web-based apps and game-style systems using Telegram Web Apps + Bot API, and I understand the importance of performance, smooth UX, and cross-device consistency inside Telegram (iOS, Android, Desktop). I would build this as a lightweight HTML5/TypeScript game optimized for Telegram’s WebView, with: • Snappy block mechanics (canvas/WebGL-based rendering for smooth gameplay) • Real-time leaderboard (Bot API + backend with fast score sync) • Daily challenge engine (server-driven rotation logic) • Streak reward logic (daily/weekly/monthly tracking with secure validation) • Referral system tied to Telegram user IDs • In-app purchases & ad integration (Telegram-compatible flow) Architecture approach: Frontend: HTML5 + TypeScript (optimized build) Backend: Node.js or lightweight server (leaderboards, rewards, validation) Database: Redis/Postgres for fast ranking & referral tracking Security is critical — all scores and rewards would be server-validated to prevent manipulation. Deliverables: • Full source code • Production build • Deployment guide + update instructions • Clean documentation for leaderboard & reward logic Estimated timeline: 2–3 weeks for full feature MVP I can break this into structured milestones. Let’s build something addictive and scalable ?
$500 USD dalam 7 hari
5.6
5.6

⭐Hello, I’m ready to assist you right away!⭐ I believe I’d be a great fit for your project since I have extensive experience in JavaScript, HTML5, game design, and developing mobile apps. Creating a seamless and engaging Block Blast game on Telegram aligns perfectly with my skills and expertise. With a focus on snappy gameplay and satisfying mechanics, I can ensure a captivating gaming experience for players. Implementing real-time leaderboards, daily challenges, and streak-based rewards will elevate user engagement and retention. Additionally, I will integrate an efficient referral system and manage in-app purchases and ads to maximize monetization opportunities. The use of Telegram’s Web Apps framework and Bot API for authentication and reward distribution will ensure a seamless user experience. I guarantee the delivery of the full source code, a minified production build, and a comprehensive README for easy redeployment of updates. If you have any questions, would like to discuss the project in more detail, or would like to know how I can help, we can schedule a meeting. Thank you. Maxim
$250 USD dalam 3 hari
5.3
5.3

Hello. I can develop your Block Blast game as a fully functional Telegram Web App using HTML5 and TypeScript, ensuring it runs seamlessly across iOS, Android, and desktop Telegram clients. The game will feature smooth, snappy block-clearing mechanics, daily challenges, streak-based rewards, real-time leaderboards, and a referral system integrated with the Telegram Bot API for authentication and score management. I will implement a responsive, mobile-first UI with optimized animations and audio for engaging gameplay without performance lags. In-app purchases and ad placements can be integrated using Telegram-compatible methods, ensuring compliance with platform policies. The backend logic for leaderboards, challenges, and rewards will be lightweight and scalable, allowing easy future updates. I will deliver the full source code, a minified production build, and a detailed README with deployment and update instructions. Security best practices will be applied to prevent score tampering and ensure reward integrity. The project will be structured for maintainability and future expansion with new features. Regards, Justin.
$500 USD dalam 7 hari
5.5
5.5

Nice to meet you , It is a pleasure to communicate with you. My name is Anthony Muñoz, I am the lead engineer for DSPro IT agency and I would like to offer you my professional services. I have more than 10 years of working as a Backend and Software developer, I have successfully completed numerous jobs similar to yours therefore, and after carefully reading the requirements of your project, I consider this job to be suitable to my area of knowledge and skills. I would love to work together to make this project a reality. I greatly appreciate the time provided and I remain pending for any questions or comments. Feel free to contact me. Greetings
$944 USD dalam 7 hari
5.8
5.8

Hello, I understand the need for a Telegram Block Blast mini-game that offers a seamless experience across all Telegram platforms. I plan to develop a game with a familiar block-clearing mechanic, focusing on snappy gameplay and engaging visuals. The game will feature real-time leaderboards, daily challenges, streak-based rewards, and a referral system for user engagement and retention. With expertise in JavaScript and HTML5, I will utilize Telegram’s Web Apps framework to ensure efficient game development and integration with the Bot API for authentication and reward distribution. Clear communication and collaboration will be maintained throughout the project to ensure your requirements are met effectively. Best regards, Justin
$500 USD dalam 7 hari
5.0
5.0

I can build your Telegram Block Blast mini-game using the Web Apps framework to ensure smooth play on iOS, Android, and desktop inside Telegram. Based on a similar project for a casual web game, I know how to keep gameplay quick and engaging to match your goal of a snappy block-clearing experience. For real-time leaderboards, I’ll leverage the Bot API efficiently to minimize delays in updating ranks. I suggest rotating daily challenges based on varying block patterns or time limits, which keeps players coming back without making the game feel repetitive. The streak reward system can be designed to reset fairly while encouraging regular play. For referrals, I’ll implement tracking that links invited users to inviters reliably, crediting both accounts right after the first game played. Are you open to using small animations or sound effects for key actions like clearing blocks or collecting rewards? These can boost satisfaction without slowing down performance. I’ll deliver clean, commented code, minified builds, and clear setup instructions so you can redeploy updates yourself. Once you test the bot link, you’ll be able to play, check your leaderboard rank instantly, and get your first reward with ease. Ready to get started and keep it simple and effective.
$250 USD dalam 7 hari
5.2
5.2

Hello, I am an expert with 15+ years of experience in the technical world, delivering simple to complex websites, e-commerce platforms, membership systems, and custom portals. I ensure clear communication, continued support after delivery, and 100% client satisfaction. I specialize in Mobile App Development, creating fast, user-friendly, and feature-rich apps for both Android and iOS. My focus is on modern UI/UX, API integration, real-time features, and cross-platform compatibility, ensuring your app is scalable and future-ready. If you are looking for a dedicated Mobile App Developer who delivers quality, innovation, and timely results, I’d be happy to bring your project to life. Best regards,
$250 USD dalam 7 hari
5.1
5.1

Hello, I see you need a Telegram mini app game that feels identical on iOS, Android, and desktop. I have shipped WebSocket and browser games where the hard part was not rendering blocks, but keeping scores, rewards, and referrals trustworthy under real users. The pressure points here are anti cheat, latency on leaderboards, and daily reward timing across timezones. Core insight: if score submission and streak rewards are not server verified, players will spoof results from the client. So the client stays fast and fun, but the Bot API layer owns validation, storage, and payout rules. I structure this with a clean TS game core, Telegram Web Apps auth, and a small backend for secure writes to PostgreSQL. The underestimated part is the reward and referral ledger. Shortcuts there create disputes and manual support later. If you share your preferred art direction, I can propose a simple UI kit and first milestone scope. Ivan
$2,000 USD dalam 30 hari
5.0
5.0

With over 9 years of dedicated experience in Android and mobile app development, I can assure you that I'll deliver a seamless Telegram Block Blast game that meets your exact specifications. My team and I are well-versed in HTML5, JavaScript/TypeScript, and have a thorough understanding of Telegram bots, making us an ideal candidate to handle your project with due efficiency. What sets me apart is my ability to not only understand the requirements of a game but also to create an engaging experience for the players. I've followed gaming industry trends enough to know what keeps players hooked, which is why I'm confident to suggest appropriate pacing, art style, and sound design for your game. I always aim for snappy gameplay that leaves players satisfied. Apart from these skills and experiences, I would like to extend the benefit of providing free 3 months support for existing development, as well as the cost-effective nature of my services. Your satisfaction is paramount to me, and therefore I guarantee effective communication throughout the project along with clear redeployment instructions in the provided README file. Choose me for a truly enjoyable gaming experience on the Telegram platform. Thank you!
$500 USD dalam 7 hari
5.3
5.3

Hello Having spent over a decade building successful mobile apps and games, and with extensive experience in HTML5, JavaScript, TypeScript on Telegram's Web Apps framework, I firmly believe I possess the necessary skillset to bring your Telegram Block Blast Mini-Game project to life. Not only am proficient in Unity3D, C#, but also in other relevant technologies such as Firebase and Node.js that are imperative to our project. Moreover, my cross-platform expertise in game development for both iOS and Android devices will ensure that everyone on any platform will get the same seamless and enjoyable gaming experience inside Telegram. My deep understanding of game architecture and multiplayer networking will aid in effectively implementing the core mechanics of the block-blasting format you outlined while optimizing game performance. Best Regards, Timothy B.
$1,000 USD dalam 15 hari
4.8
4.8

Cohoes, United States
Kaedah pembayaran disahkan
Ahli sejak Sep 11, 2024
$30-250 USD
$2-30 USD / jam
$8-30 USD / jam
$15-25 USD / jam
$10-30 USD / jam
$250-750 USD
$750-1500 USD
$250-750 USD
₹12500-37500 INR
$750-1500 USD
€750-1500 EUR
₹37500-75000 INR
₹1500-12500 INR
₹600-1500 INR
$250-750 USD
$12-30 SGD
₹1500-12500 INR
$30-250 USD
₹1500-12500 INR
$25 USD
₹12500-37500 INR
$10-30 USD
$250-750 USD
₹600-1500 INR
$30-250 USD