
Suljettu
Julkaistu
Maksettu toimituksen yhteydessä
I’m commissioning a full-scale Python game inspired by the Steam title “War of Dots.” The core mechanics should feel immediately familiar—two sides pushing waves of coloured dots across minimalist lanes—yet the project must be completely original in art, sound, and code. Scope & key features • Real-time combat multiplayer: players connect over the internet, join a lobby, and battle head-to-head with minimal latency. A simple host/client architecture is fine as long as NAT traversal or relay fallback keeps match-making smooth. • PC build first: an easy-to-run Windows executable plus the full Python source. If the architecture is portable enough for Mac or Linux down the road, great, but PC is the only required target right now. • Clean codebase: Python 3.x, well-organised modules, and comments that make future modding straightforward. I have no preference between Pygame, Panda3D, or a slim custom engine—choose whichever supports stable networking and a solid frame rate. • Art & audio placeholders are acceptable while we iterate; I simply need proof of concept assets that you have clearance to use commercially. • Basic UI flow: splash, main menu, settings, lobby, match, scoreboard, quit. • Match persistence: store win/loss stats locally; I may add leaderboards later, so structure the data layer with that extension in mind. Deliverables 1. Compiled Windows build (.exe) ready to launch. 2. Complete, human-readable Python source with requirements.txt. 3. Step-by-step build/run instructions. 4. A short README highlighting network architecture, asset licences, and any third-party libraries used. Acceptance criteria • Two users on separate machines can start a match within 60 seconds of launch. • Average ping under 120 ms keeps both dot waves visually in sync. • No crash after 30 minutes of continuous play on a mid-range PC. I’ll test on Windows 10/11 and review the code before final sign-off. Let me know your preferred networking library (e.g., asyncio, websockets, ENet bindings) and any questions that will help you quote realistic milestones.
Projektin tunnus (ID): 40288233
32 ehdotukset
Etäprojekti
Aktiivinen 29 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista
32 freelancerit tarjoavat keskimäärin £22 GBP tätä projektia

Hi there, I'm offering a 25% discount on this project. With over 8 years of experience in full‑stack development and game engine architecture, I will build a Python real‑time multiplayer strategy game for you—creating a scalable, responsive backend that handles simultaneous players, game state synchronization, and complex strategic mechanics. I'll start by understanding your specific game vision, mechanics, and scale requirements. Based on proven architectures from successful multiplayer strategy games , I will then develop a complete solution with a FastAPI or Django backend for robust game logic [4], WebSocket communication for real‑time player updates [8], proper state synchronization and conflict resolution, database integration for persistent progress (PostgreSQL recommended) [4], automated build and attack mechanics similar to industry standards [7], comprehensive testing to ensure scalability, and containerized deployment with Docker for easy scaling [4]. You'll receive a fully functional real‑time multiplayer strategy game backend with clean, documented code, thorough testing, and complete documentation for deployment, frontend integration, and ongoing maintenance. Let's build a strategy game that keeps players engaged for hours. Best regards, Sohail
£10 GBP 1 päivässä
6,2
6,2

As an experienced game developer with your project goals at heart, I thrive on delivering high-quality and original gaming experiences. While my profile primarily showcases Unity, AR, and AWS DevOps mastery, my Python skills paired with over 6+ years in Game Development make me an ideal choice for bringing your Python Real-Time Multiplayer Strategy Game to life. Drawing on my strong understanding of software architecture, I will create a clean codebase in Python 3.x, organized into easily modifiable modules and supplemented with comments. Whether you decide to opt for Pygame, Panda3D or a slim custom engine, you can be confident that I will implement the required networking capabilities for smooth cross-platform multiplayer compatibility. Finally, efficiency in delivery matters to me as much as it does to you. You can expect me to provide you with not only the compiled Windows build and complete Python source but also detailed build/run instructions along with an informative README. So let's collaborate to exceed your expectations with this Python Real-Time Multiplayer Strategy Game project! Contact me today!
£15 GBP 7 päivässä
6,5
6,5

Hello, I can develop a complete Python-based multiplayer game with real-time combat mechanics similar in structure to your concept while keeping the code, assets, and architecture fully original. The project will include a clean modular codebase, multiplayer networking, lobby system, match flow, and a compiled Windows build. Using Python 3 with a stable framework like Pygame combined with a lightweight networking layer (asyncio or ENet bindings), I’ll ensure smooth matchmaking, low-latency gameplay, and maintainable code for future extensions like leaderboards. The delivery will include the executable build, full source code with requirements, documentation, and clear setup instructions for future development or modding. Let’s discuss the architecture and milestones in chat.
£15 GBP 7 päivässä
5,7
5,7

Hi there, I went through your project carefully, and the core challenge is clear: creating a real-time multiplayer strategy game that feels both familiar and original. This isn’t a surface-level task , it needs someone who understands Python game development and can execute without hand-holding. I’ve handled similar work where precision, speed, and clean execution mattered. My approach is straightforward: I’ll leverage Python 3.x with well-organized modules and comments to ensure a clean codebase. Using a robust networking library like websockets or ENet, I can deliver smooth matchmaking and low latency. If this aligns, I can start immediately and deliver a functional prototype within a few weeks. One quick question before I proceed: what networking library do you envision for this project? Best regards, Muskan
£37 GBP 2 päivässä
3,3
3,3

Hi there, Do you prefer authoritative server architecture for fair real-time sync, or peer-to-peer with host advantage but simpler setup? Should matchmaking rely on direct IP and relay fallback only, or do you want a lightweight central lobby server for smoother pairing? This is a great concept for a competitive real-time strategy game. Best approach is a clean Python 3 codebase with a lightweight engine, deterministic game loop, and low-latency networking so both players see synchronized wave movement and actions. Built similar real-time multiplayer prototypes where tight sync and smooth matchmaking were more critical than heavy graphics. The main challenge was keeping gameplay consistent under network delay while avoiding complex infrastructure. That was solved by using an authoritative game state model, client-side prediction, efficient message packing, and simple lobby services that get players into matches quickly. This kept latency stable and gameplay responsive even on average connections. Strong background across Python systems, real-time architectures, multiplayer logic, and scalable product engineering supports this well. Comfortable delivering clean source, Windows build, clear docs, and mod-friendly structure. Ready to start immediately and plan realistic milestones. Best, Ivan
£15 GBP 2 päivässä
3,3
3,3

This "War of Dots" style game sounds like a fantastic project
£10 GBP 7 päivässä
2,8
2,8

You’re looking to create a Python real-time multiplayer strategy game inspired by “War of Dots,” with smooth online play, clean modular code, and a PC build. I understand you want a simple host/client setup with NAT traversal or relay fallback to ensure match-making works seamlessly and minimal latency during battles. Your requirements for a Windows executable, a well-commented Python 3.x codebase, and placeholder assets for art and audio to iterate over are clear. The UI flow and local match persistence with future leaderboard support show you want a solid foundation that’s easy to extend. The acceptance criteria about connection speed, stability, and a quick match start are crucial to the gameplay experience. I recently built a multiplayer Python game using asyncio with a custom networking layer that handled NAT traversal and fallback relays, delivering a low-latency experience under 100 ms ping. I structured the code into clear modules with comprehensive comments, enabling easy future mods, and packaged a Windows executable with detailed build instructions. This experience aligns directly with your needs for networking, clean architecture, and delivery. I can complete a working proof-of-concept including all deliverables within 10 days. Let’s discuss your preferred networking library and any specific questions to finalize milestones and ensure the project meets your expectations.
£11 GBP 7 päivässä
2,8
2,8

As a seasoned full-stack web developer with a specialization in Python, I bring a combination of technical proficiency and creative problem-solving to the project. With over 10 years of delivering cutting-edge digital solutions and 2000+ projects under my belt, my expertise spans diverse industries, enabling me to adapt Python's versatility to meet your specific requirements. While I have primarily focused on web and mobile app development, I relish the opportunity to dive deep into game design. My clean, well-organized coding practices will ensure the creation of a structurally solid yet modifiable base for future enhancements or modding. As for compatibility, rest assured that I can produce an easily runnable Windows executable with the full Python source code. From defining network architecture to handling asset licences and third-party library usage, I pay meticulous attention to every aspect, as evidenced by my thorough step-by-step build/run instructions. This extends to my ability to choose the preferred networking library (e.g., asyncio, websockets, ENet bindings) best suited for the job. Post-development, my project support guarantees that both comprehensive documentation and clear communication are available for any future maintenance or expansion needs.
£10 GBP 5 päivässä
1,7
1,7

Hi, I would like to grab this opportunity and will work till you get 100% satisfied with my work. I just applied after read your job posting carefully and I believe that I am good fit to your project. I'm a serious bidder. I will satisfy you with my high skills! I am an expert which have 8+ years of experience on Python, Game Design, Software Architecture, C++ Programming, Game Development, Game Testing, Visual Design I will work on your project hard with full time. I am looking forward to meet you to discuss the further detail about this project. Looking forward to hearing from you. Thank You
£18 GBP 7 päivässä
1,6
1,6

Hello, With over a decade of experience in developing intricate Python programs, I'm confident that I am the right fit for this project. My strong background in Python aligns seamlessly with your requirements for a PC-based multiplayer game. I have previously implemented easy-to-use scraping engines across platforms and worked on diverse data mining projects, demonstrating a comprehensive understanding of low-latency user interactions involving networking- the very essence of your project. Having successfully developed scalable trading bots and AI solutions, I bring impeccable proficiency in complex algorithmic systems and high-performance architecture. These crucial skills can be instrumental in ensuring the stability and speed of your game, enabling users to enjoy uninterrupted real-time multiplayer combat. Moreover, my extensive experience with backend storage design for game data persistence will effectively complement the potential addition of leaderboards later on. I take pride in delivering clean, well-documented codebases that are easily implementable and adaptable to future modifications. Given the value you place on organized modules and modding simplicity, I am perfectly suited to address those concerns while leveraging robust python libraries compatible with stable networking like asyncio or websockets Thanks!
£10 GBP 3 päivässä
0,0
0,0

Hello there What approach do you prefer for NAT traversal or relay fallback to ensure smooth matchmaking latency in real-time combat? How do you want the match persistence structured to make it easy for future leaderboard additions? Maintaining low latency in real-time multiplayer games is complex due to network variability. Structuring a scalable data layer for persistence requires foresight to accommodate feature growth. I will develop a solid host/client network using Python and select a stable engine supporting smooth frame rates and modular code. The Windows build will meet your criteria on ping and session stability, with clear instructions and documented code for modding and future features. I would be glad to discuss the next steps with you to align on priorities and timeline. Best regards. Dorofii
£10 GBP 4 päivässä
0,0
0,0

Hello, As an experienced Senior Full Stack Developer with a decade in the industry, I assure you that my Python skills and extensive expertise in building scalable systems are ideal for this project. I have thorough proficiency with Python 3.x and believe in creating clean, well-structured codebases that are easy to understand and modify, ensuring future modding is straightforward - just what your game requires. In terms of networking libraries, I've successfully worked with asyncio, websockets and ENet bindings which could be seamlessly integrated into your Python-based game's network architecture. In addition, my comfort with both Windows and Linux platforms is an invaluable asset when dealing with complex builds like yours where a portable architecture may be necessary down the road. My dedication to delivering quality applications, plus my inclination to document processes thoroughly and deliver robust troubleshooting guides, aligns perfectly with your requirements for compiled builds, complete source code, build/run instructions and READMEs. You can trust me to optimally deploy my MERN stack architecture skills for this task. Let's start a conversation and let me show you why I'm your best fit! Thanks!
£10 GBP 4 päivässä
0,0
0,0

THIS IS NOT THE AUTO BID, PLEASE REVIEW IT IN DETAIL I’ve reviewed your project and understand you’re looking for a fully functional Python multiplayer strategy game that mirrors core mechanics in a unique way. My experience in game development using Python, especially with libraries like Pygame and asyncio, positions me to create a seamless match-making experience with minimal latency. I’m able to deliver a clean and organized codebase complete with proper documentation and placeholder assets that fulfill commercial requirements. Following an iterative approach, I will ensure that players can connect and match within your specified time frame while maintaining performance standards. What specific design elements do you envision for the game's art assets? Looking forward to discussing how we can make this vision a reality.
£37 GBP 1 päivässä
0,0
0,0

Hello!!! I am available to take this on and get your Python-based multiplayer strategy game working perfectly. The main issue with real-time dot-wave mechanics is usually state synchronization and latency compensation between clients. Are you planning to use a client-authoritative model with basic interpolation for smooth movement, and do you want the match persistence stored in a local SQLite database or a simple JSON structure for future leaderboard expansion? I recently built a similar real-time multiplayer tool using Python and Asyncio that managed high-frequency data packets for synchronized UI states. I used a custom networking layer to handle socket communication and ensured the codebase was modular for easy modding. I corrected the architectural flow to ensure zero crashes during long sessions. My fix kept the visual sync tight and made the gameplay loop feel responsive. Best regards, Faisal Sid
£15 GBP 7 päivässä
0,0
0,0

Hi there! I see you want a real-time multiplayer Python game inspired by “War of Dots” with smooth head-to-head combat—keeping ping under 120 ms and clean modular code. I’ve developed Python games with Pygame and async networking before, including proof-of-concept multiplayer lobbies and locally stored stats for players. My experience ensures the game will be stable, responsive, and easy to expand later. I’ll structure the source for future Mac/Linux ports, use placeholder art with clear licensing, and deliver a compiled Windows .exe with full instructions. My approach will give you a playable proof-of-concept fast while keeping networking and gameplay fully functional. Check our work https://www.freelancer.com/u/ayesha86664 Which networking library would you prefer—asyncio with websockets or ENet bindings—for the smoothest real-time sync? Let’s get started and bring your “War of Dots” inspired game to life! Best Regards, Ayesha
£17 GBP 21 päivässä
0,0
0,0

Hello, Creating a real-time multiplayer strategy game in Python is an exciting challenge. Your concept, inspired by 'War of Dots,' has a lot of potential for engaging gameplay and smooth mechanics. I appreciate the clarity of your requirements, especially the focus on a clean codebase and efficient networking, which are crucial for a seamless player experience. The primary technical challenge here is ensuring low-latency communication for real-time combat. Choosing the right networking library will be key; I recommend using asyncio for its efficiency and ease of integration with Python's async capabilities. This will help maintain smooth matchmaking and keep the ping under 120 ms, which is essential for a competitive game. In my previous projects, I developed multiplayer games where I focused on clean architecture and responsive networking. This involved structuring the game logic to minimize latency and ensure stability during gameplay, which resulted in a consistent frame rate and a positive player experience. My approach would align well with your focus on creating a robust and modifiable codebase. To kick off the project, I would start with a discovery phase to clarify any additional technical needs and confirm the scope. This would include: - Understanding your preferred art style and sound design direction. - Discussing your thoughts on the user interface flow and any specific features you envision for the lobby and matchmaking. Looking forward to your insights! Sincerely, Moh Harianto
£100 GBP 7 päivässä
0,0
0,0

Hello, I have aggressive experience building Python games with real-time multiplayer networking and clean, maintainable code. My tech stack typically includes Python 3.x with Pygame or Panda3D, asyncio or websockets for smooth low-latency networking, and modular architecture for easy future expansion. I can deliver a Windows executable along with fully commented source, asset placeholders, and build instructions, ensuring stability and fast match setup. Before starting I would like to know: do you prefer a purely peer-to-peer lobby or a lightweight relay server for NAT traversal, and what is your target frame rate for smooth dot wave animations? Lets do start right now jump in chat and get started Best, Jibran
£15 GBP 7 päivässä
0,0
0,0

⭕Hello, ### I’ve developed real-time multiplayer games in Python before, so I understand exactly what’s needed for a smooth, head-to-head strategy experience like your War of Dots–inspired concept. I’ll handle networking, game logic, and UI so that two players can connect and play with minimal latency, and I’ll structure the code for future extensions like leaderboards or Mac/Linux ports. I’ll build a clean, modular Python 3.x codebase with clear comments, reliable host/client networking (asyncio or websockets for low-latency sync), and placeholder art/audio that’s fully licensed for commercial use. The Windows .exe will be ready to run, with a step-by-step guide, source code, and a README covering architecture, libraries, and licenses. Deliverables: PC-ready build, full Python source, network-tested multiplayer, and local match persistence. Everything will be stable, readable, and prepared for scaling or mods. I understand your expectations for smooth, crash-free 30+ minute sessions and will ensure the game feels polished from launch to gameplay. Best!
£15 GBP 7 päivässä
0,0
0,0

I am a Python Developer with over 2 years of experience in full-stack and bioinformatics applications. I specialize in Django, Flask, and FastAPI to build scalable systems. My background includes architecting platforms for 10,000+ users and implementing CI/CD pipelines that cut deployment time by 50%. I have a strong foundation in SQL, RESTful APIs, and Agile methodologies. I will deliver a clean, modular codebase for your multiplayer game.
£15 GBP 7 päivässä
0,0
0,0

I’ve worked on similar small multiplayer game prototypes before, and your plan for a Python strategy game inspired by War of Dots with real-time head-to-head battles and a simple lobby flow is clear. The requirement for a Windows build plus a clean, well-structured Python codebase for future modding makes sense. I typically build these using Python 3 with Pygame for rendering and asyncio or websockets for networking to keep latency low and the architecture readable. I focus on modular code, stable match syncing, and simple UI flows like menu, lobby, match, and scoreboard. I also structure the data layer so features like leaderboards can be added later. Happy to jump on a quick call to discuss networking options and realistic milestones. Regards, Blaze Nicholas
£15 GBP 14 päivässä
0,0
0,0

Forest Row, United Kingdom
Maksutapa vahvistettu
Liittynyt maalisk. 9, 2026
₹12500-37500 INR
$10-30 USD
₹75000-150000 INR
₹1500-12500 INR
$250-750 USD
$1500-3000 USD
$30-250 USD
$250-750 USD
₹600-1500 INR
₹12500-37500 INR
$30-250 USD
$750-1500 USD
$3000-5000 AUD
₹37500-75000 INR
$1500-3000 USD
$10-100 USD
$2-8 USD/ tunnissa
₹1500-12500 INR
$30-250 USD
$250-750 USD