
Closed
Posted
Paid on delivery
I’m creating a 2d trump-style card game in Unity aimed exclusively at Android phones and need a developer who can turn my rules, art, and wireframes into a polished, production-ready build. The initial release is single-player offline. You’ll handle shuffling, dealing, attribute comparison, scoring, and a straightforward AI opponent. I already have the card art, UI mock-ups, and full rule sheet; your focus is gameplay programming, UI implementation, and delivering a smooth APK. Deliverables • Unity project (2021 LTS or newer) that compiles and runs on Android API 24+ • Menu, tutorial, match, and results screens matching my wireframes • Card logic plus simple heuristic-based AI • Responsive UI that scales cleanly from 16:9 to 20:9, with basic effects and audio hooks • Clean, modular C# code with comments, using Addressables and git for version control Acceptance Criteria 1. APK installs and completes a full match on a mid-range device with no crashes. 2. Memory stays under 100 MB and the game holds 60 fps on a Snapdragon 730G. 3. All assets load via Addressables and scenes transition without hiccups. I’m ready to begin immediately and will provide prompt feedback throughout development
Project ID: 40517149
35 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
35 freelancers are bidding on average ₹27,383 INR for this job

--- Unity 2D Card Game Development (Android) --- I can develop your 2D Trump-style card game in Unity and deliver a polished, production-ready Android build based on your rules, artwork, and wireframes. Here’s my approach: → Unity 2021 LTS+ development with clean, modular C# architecture → Card mechanics, including shuffling, dealing, attribute comparison, scoring, and match flow → Heuristic-based AI opponent for engaging single-player gameplay → Responsive UI implementation matching your wireframes across Android screen sizes → Addressables-based asset management, performance optimization, and Git-based workflow Flow Game Logic Setup → UI Implementation → AI Development → Audio & Effects Integration → Performance Optimization → APK Testing → Final Delivery Question Will the game include multiple game modes/difficulty levels in the first release, or should the MVP focus on a single polished gameplay experience? Lets connect... Thanks
₹42,000 INR in 16 days
7.3
7.3

Hello, I’ve gone through your project details and this is something I can definitely help you with. I have 10+ years of experience in mobile and web app development, working with Flutter, Android, iOS, React, Node.js, and APIs. I focus on clean architecture, scalable code, and clear communication to ensure the project runs smoothly from start to finish. I will first review your requirements, suggest the best technical approach, and then proceed with development while keeping you updated at every stage. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you clarify: 1. Do you need this for mobile, web, or both? 2. Do you already have UI/UX designs or should we create them? 3. Will there be any third-party API or payment gateway integration? 4. What is your expected timeline for completion? 5. Are there any reference apps or websites you like?Can you elaborate on what kind of gameplay experience you envision for the AI opponent? Let’s discuss over chat! Regards, Arpit Jaiswal
₹27,750 INR in 39 days
7.5
7.5

Your AI opponent will fail if it doesn't account for card probability distributions after each round. Most developers hard-code random choices, which creates predictable patterns players exploit within 10 matches. Before I architect the state machine, two questions: Does your rule set allow players to see previously played cards, and do attribute values follow a normal distribution or are there outliers that shift optimal AI strategy? Here's the technical approach: - UNITY 2021 LTS + ADDRESSABLES: Build an asset pipeline that loads card data from ScriptableObjects, keeping runtime memory under 80 MB and enabling hot-swaps without recompiling. - C# STATE MACHINE: Implement a turn-based controller using enums and delegates to handle shuffle, deal, compare, score phases without spaghetti if-else chains that break when you add multiplayer later. - AI HEURISTIC ENGINE: Code a weighted decision tree that evaluates remaining deck composition and adjusts attribute selection based on win probability, not coin flips. - RESPONSIVE UI: Use Canvas scaler with match width-or-height blending and SafeArea anchoring to prevent notch clipping on 20:9 displays like Galaxy S21. - PERFORMANCE PROFILING: Run Unity Profiler to guarantee 60fps on Adreno 618 GPUs by batching draw calls and avoiding per-frame instantiation. I've shipped 4 Unity mobile games that passed Google Play's pre-launch reports on first submission. Let's schedule a 15-minute call to review your rule edge cases and confirm the AI difficulty curve before I start the state machine.
₹22,500 INR in 7 days
6.4
6.4

As a seasoned mobile and game developer with over nine years of experience, I meet all the criteria for your Trump Card Game project. My proficiency in Android, Unity, and game design ensures that I can turn your game rules, art, and wireframes into a polished and production-ready build. With a sharp focus on gameplay programming and UI implementation, my aim will be to deliver a seamless gaming experience that remains true to your vision. My expertise extends to delivering responsive UIs that scale cleanly across different screen sizes. This means, regardless of whether you're using a 16:9 or 20:9 aspect ratio on an Android device, your game will adapt correctly. Moreover, I'm experienced in incorporating basic effects and audio hooks which could greatly enhance user experience in your trump card game. Additionally, version control is essential in any development process. My proficiency in using Addressables and git will ensure clean, modular C# code with comments – making it easier for you to understand the inner workings of the program or make changes if needed in future. Choose me for this project and we'll turn your fantastic idea into a reality together!
₹25,000 INR in 7 days
5.3
5.3

Hi, I am an IITian with 10+ years of experience to develop similar projects ,I will build this in Unity 2021 LTS with C# using a state machine pattern for game flow (menu, deal, comparison, scoring) and a rule-based AI with minimax or weighted heuristic selection for opponent decisions. I'll implement the card logic with ScriptableObjects for data-driven attributes, use Unity UI Canvas with responsive anchors for multiple Android resolutions, and configure the build pipeline for Android API 24+ with IL2CPP and ARM64 support for a production-ready APK under 100MB. Kindly click on the chat button so I can share you my relavant projects. Lets connect
₹12,500 INR in 7 days
0.0
0.0

Hello, I can develop your 2D Trump-style card game in Unity for Android, turning your rules, wireframes, and artwork into a smooth, production-ready experience. I have experience building Unity-based mobile games with clean C# architecture, responsive UI systems, and optimized performance for mid-range devices. I will implement your card logic (shuffle, deal, attribute comparison, scoring) along with a simple AI opponent and ensure smooth gameplay flow across all screens. The project will include modular, well-commented code, Addressables-based asset loading, and optimized performance to meet your 60 FPS and memory requirements. I will also ensure clean UI scaling across different Android aspect ratios. Please share your rule sheet and wireframes so I can review the gameplay flow and provide an exact timeline. Best regards, Shailender
₹35,000 INR in 30 days
0.0
0.0

You already have the art, wireframes, and rule sheet, so I can focus on the part that makes this feel like a real game: clean Unity gameplay, smooth Android UI, and a reliable build that passes your acceptance criteria. Relevant Experience: 1. Mobile App Development and Android App Development. 2. Game Development, Unity, and C# Programming. 3. Software Architecture for modular, maintainable code. 4. AI Model Development and simple heuristic logic for the opponent. Plan: 1. Build the core flow, menu, tutorial, match, and results screens in Unity 2021 LTS or newer. 2. Implement shuffle, deal, attribute comparison, scoring, and AI turns. 3. Set up Addressables, responsive layouts for 16:9 to 20:9, audio hooks, and basic effects. 4. Test on Android API 24+ for stability, memory, and match completion. Pricing: My bid is 25,000 INR. This fits your budget and covers the full gameplay implementation, UI integration, Android APK delivery, and one round of revisions without cutting corners. Delivery: I can deliver a production-ready first build in 14 days, assuming quick feedback on rules and any edge cases. If you want, I can start immediately and share progress in small, reviewable milestones. https://www.freelancer.com/u/coretus Coretus Technologies Contact us today and let’s build the future together.
₹25,000 INR in 14 days
0.0
0.0

I've already made a card game, having experience make me most suitable for this project. I'll deliver the project within the time in a best quality.
₹40,000 INR in 15 days
0.0
0.0

As an experienced Unity developer with a specific focus on Android app development, I am confident that I have the skills you need to create a Trump Card game that meets and exceeds your expectations. My background in full-stack development equips me with the ability to transform your rules, art, and wireframes into a polished, production-ready build. I understand the importance of delivering a smooth game experience while ensuring seamless functionality, exceptional performance, and measurable results. I will not only handle the card logic and simple heuristic-based AI, but also make sure the UI scales cleanly from different devices with basic effects and audio hooks. My expertise with C# programming will ensure that clean, modular code is implemented in your project as well. Moreover, my proficiency in using Addressables and git for version control will allow us to easily manage project updates and closely work together. I also make certain that our clients' needs are met through my quick turnaround time and open lines of communication. I’m eager to get started on your Unity Android Trump Card Game project immediately and provide prompt updates throughout its development. Let's discuss your project in more detail so we can design a winning game that truly stands out!
₹20,000 INR in 7 days
0.0
0.0

✋ Hi there. I can build your trump-style card game in Unity for Android with AI opponent and responsive UI. ✔️ I developed a 2D card game for Android using Unity 2021 LTS with Addressables for asset loading, achieving 60 fps on mid-range devices with memory under 100 MB. I implement the game logic in C# covering shuffle, deal, attribute comparison, scoring, and a heuristic-based AI opponent that plays strategic moves. I build the UI following your wireframes with Canvas Scaler for responsive layout across 16:9 to 20:9 aspect ratios, and integrate your card art and UI mock-ups. I use Addressables for asset management, set up scene transitions between menu, tutorial, match, and results screens, and add basic audio hooks. I deliver the full Unity project with commented code, configure for Android API 24+, and provide an APK for testing. Let's chat about your rule sheet and UI wireframes. Best regards, Mykhaylo
₹25,000 INR in 7 days
0.0
0.0

Hi, I’m very excited about your project because I’ve already developed a similar style trump card game (Card28) for Android. I’m familiar with the game mechanics, UI/UX flow, multiplayer logic as well as single player, and scoring systems involved in this type of card game. I can start working on your project immediately and deliver high-quality, bug-free code within your timeline. I’m also open to discussing any specific features or customizations you’d like to include. Looking forward to collaborating with you! Thank you.
₹30,000 INR in 5 days
0.0
0.0

Hello, I hope you’re doing well. I reviewed your project requirements and I’m confident that I can help you build a high-quality, modern, and user-friendly solution according to your needs. Unity andriod trump card I’m Ankur, a Full Stack Developer with 7+ years of experience in: * Custom Website Development * E-commerce Development * Mobile App Development * Flutter App Development * Android & iOS Applications * WordPress & PHP Development * UI/UX Design * Admin Panels & APIs I have successfully completed 500+ projects for startups, businesses, and individual clients worldwide. Why work with me? ✔️ Clean and professional development ✔️ Mobile-friendly and responsive design ✔️ Fast communication and regular updates ✔️ Scalable and secure solutions ✔️ On-time delivery ✔️ 3 months of free support after completion My goal is not just to complete the project, but to build a solution that helps your business grow. I would be happy to discuss your project in detail and start working immediately. Looking
₹30,000 INR in 9 days
0.0
0.0

Hello, I see you're looking for a developer to bring your 2D trump-style card game to life in Unity, and I can definitely help make your vision a polished reality. I am Mubashir, a Full-Stack Developer with 6+ years in game development. I understand that your primary focus is on implementing gameplay mechanics and delivering a smooth APK for Android, which is crucial for your single-player offline experience. 1. First, I will set up the Unity project using the 2021 LTS version, ensuring compatibility with Android API 24+. 2. Then, I will implement the card logic for shuffling, dealing, attribute comparison, and scoring, along with a heuristic-based AI opponent. 3. After that, I will create the menu, tutorial, match, and results screens according to your wireframes, ensuring a responsive UI that adapts from 16:9 to 20:9. 4. Next, I will integrate audio hooks and basic effects to enhance user experience. 5. Finally, I will ensure the code is clean and modular, utilizing Addressables and git for version control, testing thoroughly to meet your acceptance criteria. I’d be happy to provide a FREE detailed quotation and project proposal with a suggested roadmap at no cost. Even if you decide to work with someone else, my proposal can serve as a solid reference for your project. >>> My Work: https://www.freelancer.com/u/mubashir021 <<< Drop me a message and let's get this sorted. Mubashir
₹28,030 INR in 10 days
0.0
0.0

This aligns perfectly with my skill set. I understand the importance of a clean, professional, and user-friendly Android card game. I specialize in Unity game development, UI design, and gameplay programming. While I am new to Freelancer, I have tons of experience and have completed numerous projects off-site. I would love to chat more about your project! Regards, Warrick Van Eeden
₹16,900 INR in 7 days
0.0
0.0

Hello, My name is Vishakha Kansal, and I would be happy to help develop your 2D trump-style card game in Unity for Android. I understand that you already have the card art, UI mock-ups, and full rule sheet ready, and you need a developer to turn them into a smooth, production-ready APK. I can handle the Unity gameplay programming, card logic, shuffling, dealing, attribute comparison, scoring system, tutorial flow, results screen, and a simple heuristic-based AI opponent for offline single-player gameplay. I will build the project in Unity 2021 LTS or newer, with clean and modular C# code, proper comments, responsive Android UI for 16:9 to 20:9 devices, Addressables-based asset loading, and organized git version control. I will also focus on performance, ensuring smooth scene transitions, stable gameplay, low memory usage, and good frame rate on mid-range Android devices. Best regards, Vishakha Kansal
₹20,000 INR in 13 days
0.0
0.0

Hi, I'm a Senior Unity Developer with 6 years of game development experience and several shipped mobile projects. This scope fits me well: turn a clear rule set, art, and wireframes into a polished Android build — card logic (shuffle, deal, attribute comparison, scoring), heuristic AI, menu/tutorial/match/results UI, and a clean modular C# codebase. I'm used to working from client-provided assets and specs, iterating quickly on feedback, and delivering production-ready APKs. For your trump card game I'd set up Unity 2021 LTS+ with Addressables for asset loading, git-friendly project structure, and responsive UI that scales from 16:9 to 20:9. I'd keep memory under your 100 MB target and maintain stable 60 fps on mid-range hardware through sensible asset management and lightweight effects/audio hooks. Happy to review your rule sheet and wireframes upfront and start immediately.
₹25,000 INR in 7 days
0.0
0.0

We've just completed a similar project. We helped a client achieve a similar objective and outcome. We can assist you in achieving your goal with a professional and reliable solution. Drawing from my experience in completing numerous projects outside Freelancer.com, I am currently offering discounted rates to build my reputation here. Payment is only required if the final work meets the agreed scope and requirements. I'd love to chat about your project! The worst that can happen is you walk away with a free consultation. Regards, Jabu.
₹18,750 INR in 7 days
0.0
0.0

Kolkata, India
Payment method verified
Member since Jun 16, 2026
₹1500-12500 INR
$30-250 USD
$30-250 USD
$250-750 USD
$250-750 USD
₹150000-250000 INR
₹1500-12500 INR
$30-250 USD
₹1500-12500 INR
$250-750 CAD
$15-25 CAD / hour
₹1500-12500 INR
$70 AUD
₹400-750 INR / hour
₹12500-37500 INR
₹37500-75000 INR
$30-250 USD
$200-300 USD
£20-250 GBP
₹600-1500 INR
$15-25 USD / hour