Freelance Game Developers in Punjab
Freelance Game Developers in Punjab
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Fajar Rizwan
Lahore, Pakistan
CS student & designer automating the future with AI.
New to Contra
Follow
Message
CS student & designer automating the future with AI.
0
I'm excited to share my latest project an Email Extractor built as part of my virtual internship with CodeAlpha (https://www.linkedin.com/company/codealpha/)! Manually scouring through large blocks of text, documents, or data dumps to find contact information is incredibly time-consuming. To solve this, I built a utility tool that leverages Python and regular expressions (Regex) to instantly scan, parse and extract all email addresses from raw text data. Key Highlights: Efficient pattern matching using Regex. Saves hours of manual administrative work. Clean and modular Python codebase. This project helped me sharpen my skills in string manipulation, data parsing, and building practical automation scripts that solve real-world efficiency challenges. Check out the source code here: https://lnkd.in/er7aph2M (https://lnkd.in/er7aph2M)I would love to hear your feedback or thoughts on how to expand its functionality! hashtag#Python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED) hashtag#Automation (https://www.linkedin.com/search/results/all/?keywords=%23automation&origin=HASH_TAG_FROM_FEED) hashtag#DataParsing (https://www.linkedin.com/search/results/all/?keywords=%23dataparsing&origin=HASH_TAG_FROM_FEED) hashtag#SoftwareDevelopment (https://www.linkedin.com/search/results/all/?keywords=%23softwaredevelopment&origin=HASH_TAG_FROM_FEED) hashtag#Coding (https://www.linkedin.com/search/results/all/?keywords=%23coding&origin=HASH_TAG_FROM_FEED) hashtag#Regex (https://www.linkedin.com/search/results/all/?keywords=%23regex&origin=HASH_TAG_FROM_FEED) hashtag#CodeAlpha (https://www.linkedin.com/search/results/all/?keywords=%23codealpha&origin=HASH_TAG_FROM_FEED) hashtag#Internship (https://www.linkedin.com/search/results/all/?keywords=%23internship&origin=HASH_TAG_FROM_FEED) hashtag#OpenSource (https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED) hashtag#TechInnovation (https://www.linkedin.com/search/results/all/?keywords=%23techinnovation&origin=HASH_TAG_FROM_FEED)
0
25
0
🚀 Excited to share Task 1 of my Python Programming Internship at CodeAlpha (https://www.linkedin.com/company/codealpha/)! I built a classic Hangman Game from scratch in Python the player guesses a hidden word one letter at a time with a limited number of wrong attempts before the game ends. Along the way, I worked with core programming concepts like loops, conditional logic, string manipulation and Python's random module to pick a different word each round. To take it a step further, I also built a bonus interactive version using HTML, CSS, and JavaScript complete with an animated SVG gallows that builds up with every wrong guess, a clickable on-screen keyboard, and a clean dark-themed UI. This task helped me strengthen my understanding of: ✅ Control flow (if-else, while loops) ✅ String and list handling ✅ Input validation ✅ Translating console logic into an interactive front-end Grateful to CodeAlpha (https://www.linkedin.com/company/codealpha/) for this hands-on learning opportunity! Looking forward to tackling the next tasks in this internship. 🔗 GitHub repo link: https://lnkd.in/dpN93hRV (https://lnkd.in/dpN93hRV)hashtag#CodeAlpha (https://www.linkedin.com/search/results/all/?keywords=%23codealpha&origin=HASH_TAG_FROM_FEED) hashtag#PythonProgramming (https://www.linkedin.com/search/results/all/?keywords=%23pythonprogramming&origin=HASH_TAG_FROM_FEED) hashtag#Internship (https://www.linkedin.com/search/results/all/?keywords=%23internship&origin=HASH_TAG_FROM_FEED) hashtag#LearningByDoing (https://www.linkedin.com/search/results/all/?keywords=%23learningbydoing&origin=HASH_TAG_FROM_FEED) hashtag#SoftwareDevelopment (https://www.linkedin.com/search/results/all/?keywords=%23softwaredevelopment&origin=HASH_TAG_FROM_FEED) hashtag#StudentDeveloper (https://www.linkedin.com/search/results/all/?keywords=%23studentdeveloper&origin=HASH_TAG_FROM_FEED) hashtag#BSCS (https://www.linkedin.com/search/results/all/?keywords=%23bscs&origin=HASH_TAG_FROM_FEED)
0
19
0
Taking corporate email automation beyond basic template generation. 🚀 I just open-sourced a new project: Autonomous Cold Email & Inbound Replier Agent! This is a modular, production-ready system built completely in pure Python using CrewAI for multi-agent orchestration and Streamlit for a clean, modern interactive UI. As shown in image_ea414f.png, the system moves away from single-prompt generation and splits the operational workload into specialized, sequential steps to ensure high-quality enterprise triage: Dynamic Context Parsing: Ingests dynamic company names, specific roles, and product offerings to craft completely personalized pitch assets based on an internal knowledge base. Multi-Agent Orchestration: Uses a CrewAI sequential flow to separate analysis from execution. A Triage Officer handles data categorization while a Business Correspondent handles context-aware drafting. 100% Free-Tier & Cost Compliance: Powered entirely by high-performance models via free-tier API orchestration (utilizing gemini-2.5-flash via Google AI Studio and Groq Cloud AI as a high-speed secondary model). Interactive UI Safety: Features a polished Streamlit interface (onee.py (http://onee.py)) to monitor active server queues and act as a human-in-the-loop gatekeeper to approve drafts before they go live. The repository is modularly structured, completely production-ready, and optimized with strict exception handling to respect rate limits safely. 🔗 Check out the code here: https://github.com/26FajarRizwan/Cold_Email_Replier_Agent #CrewAI #Streamlit #AIEngineering #Python #GenerativeAI #LLMs #OpenSource #Automation #GoogleGemini
0
21
0
🎮 Level Up: Built a Multi-Agent AI Game Designer with CrewAI (https://www.linkedin.com/company/getcrewai/) & Groq (https://www.linkedin.com/company/groq/)! 🚀 I'm thrilled to share my latest projecta modular hashtag#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) Agent system designed to transform a simple text idea into a full, production-ready Game Design Document (GDD)! 🕹️🤖 As game development gets more complex, brainstorming core mechanics, balance, and narrative loops manually can take days. I built this automation agent to instantly structure wild game ideas into comprehensive design blueprints. 🛠️ How It Works: Dynamic Terminal Prompting: Captures unique, raw gameplay ideas directly from user input via the terminal. AI Game Designer Agent: Powered by Groq’s lightning-fast Llama-3.3-70b-versatile model, it acts as a veteran designer with 10+ years of AAA experience. Custom Stability Patch: Implemented a robust dynamic litellm execution patch to strip out incompatible caching fields, ensuring 100% crash-free API calls. Structured GDD Output: Automatically generates core gameplay loops, combat systems, character arcs, and world-building documentation. 🏗️ Modular Architecture & Tech Stack: Framework: CrewAI (https://www.linkedin.com/company/crewai-inc/) (Multi-Agent Architecture) Inference Engine: Groq (https://www.linkedin.com/company/groq/) API Cloud LLM: Llama (https://www.linkedin.com/company/ai-deepseek/)-3.3-70b-versatile Environment Management: Python (https://www.linkedin.com/company/learn-python-programming/) hashtag#python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED)-hashtag#dotenv (https://www.linkedin.com/search/results/all/?keywords=%23dotenv&origin=HASH_TAG_FROM_FEED) & hashtag#strict (https://www.linkedin.com/search/results/all/?keywords=%23strict&origin=HASH_TAG_FROM_FEED) .hashtag#gitignore (https://www.linkedin.com/search/results/all/?keywords=%23gitignore&origin=HASH_TAG_FROM_FEED) protocol to ensure zero leakage of private hashtag#API (https://www.linkedin.com/search/results/all/?keywords=%23api&origin=HASH_TAG_FROM_FEED) credentials. By separating my automation projects into clean, isolated ecosystems, I'm building a highly scalable portfolio of production-grade AI tools. 📂 Check out the GitHub Repository here: https://lnkd.in/dFecvgBc (https://lnkd.in/dFecvgBc)What kind of game would you ask this agent to design first? Let's connect and discuss the power of fast inference in creative automation! 👇 hashtag#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) hashtag#GenerativeAI (https://www.linkedin.com/search/results/all/?keywords=%23generativeai&origin=HASH_TAG_FROM_FEED) hashtag#CrewAI (https://www.linkedin.com/search/results/all/?keywords=%23crewai&origin=HASH_TAG_FROM_FEED) hashtag#Groq (https://www.linkedin.com/search/results/all/?keywords=%23groq&origin=HASH_TAG_FROM_FEED) hashtag#Llama3 (https://www.linkedin.com/search/results/all/?keywords=%23llama3&origin=HASH_TAG_FROM_FEED) hashtag#GameDesign (https://www.linkedin.com/search/results/all/?keywords=%23gamedesign&origin=HASH_TAG_FROM_FEED) hashtag#Python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED) hashtag#Automation (https://www.linkedin.com/search/results/all/?keywords=%23automation&origin=HASH_TAG_FROM_FEED) hashtag#ArtificialIntelligence (https://www.linkedin.com/search/results/all/?keywords=%23artificialintelligence&origin=HASH_TAG_FROM_FEED) hashtag#SoftwareEngineering (https://www.linkedin.com/search/results/all/?keywords=%23softwareengineering&origin=HASH_TAG_FROM_FEED)
0
24
Game Developer
(2)
Follow
Message
Muhammad ismail
Gujrat, Pakistan
2D/3D Game Design and Development Specialist Unreal Engine
1x
Hired
2
Followers
Follow
Message
2D/3D Game Design and Development Specialist Unreal Engine
0
Fire Cinematic VFX | Fire Glow Energy Effect
0
1
0
RPG Icon Pack – Game UI Assets
0
2
0
Cinematic VFX Showreel - UEFN Niagara Vfx
0
0
0
SCI-FI MODERN GAME UI/UX DESIGN ART
0
1
Game Developer
(5)
Follow
Message
Hassan Riaz
Lahore, Pakistan
Unity Game Developer | C#, 2D, 3D, Multiplayer, Android, IOS
Follow
Message
Unity Game Developer | C#, 2D, 3D, Multiplayer, Android, IOS
1
Raja Run
1
62
1
Only Up - Skyward Striker
1
67
1
Line Color 3d- Endless Path
1
93
1
Roblox Escape: Running Head
1
134
Game Developer
(4)
Follow
Message
Ahmad Raza
Lahore, Pakistan
Unity Game Developer
Follow
Message
Unity Game Developer
0
Unity Game Development (Vehicle Drive 3D)
0
6
0
Unity Game Development (Off-road Rampage)
0
3
0
Unity Game Development(Unscrew Jam: Nuts & Bolts)
0
3
0
Unity Game Development (Hero Transform)
0
9
Game Developer
(4)
Follow
Message
Usama Asif
Rawalpindi, Pakistan
3D Game Dev & Design | Unreal Engine Expert
Follow
Message
3D Game Dev & Design | Unreal Engine Expert
0
Innovative Game Design Showcase
0
11
1
Immersive Game Development Experience
1
2
0
Stunning 3D Art Portfolio
0
13
View more →
Game Developer
(3)
Follow
Message
Zaamin Fareed
Lahore, Pakistan
ALL ABOUT GAMES!
Follow
Message
ALL ABOUT GAMES!
0
Karate Beasts
0
19
0
Car parking 3D
0
11
0
Wyst Adventures
0
13
0
Bulls EYE the target
0
5
Game Developer
(6)
Follow
Message
Muhammad Umair Akram
Lahore, Pakistan
Unity Game Expert | Mobile Game Development | Video Game Dev
Follow
Message
Unity Game Expert | Mobile Game Development | Video Game Dev
0
Frontline Fury | Mobile Game Development | Video Game Dev
0
2
0
Gin Rummy | Mobile Game Development | Video Game Development
0
2
0
Count Master | Mobile Game Development | Video Game Development
0
1
0
FPS Shooting Game | Mobile Game Development
0
3
Game Developer
(4)
Follow
Message
Abdul Razaq Ali
pro
Lahore, Pakistan
Game developer and designer.
$5k+
Earned
2x
Hired
5.0
Rating
7
Followers
Follow
Message
Game developer and designer.
2
Barber Chop — Mobile Hair Salon & Learning Module Creative Simulator • Mobile App • 10 Million Players • Educational A unique mobile game and learning tool for creative minds and prospective hair stylists. Users utilize tools like clippers, scissors, and razors to cut and design virtual hair, mastering techniques like the fade. Designed to provide the realistic feel of a barbershop or beauty salon. Project Link: https://barberchop.com/
2
206
2
Safrootics Game — Hybrid Pixel Art Adventure Web3/NFT Game • Cross-Platform • Top 10 Web3 Recognition A family-friendly, hybrid pixel art game designed for all ages, including children. This project successfully merges engaging Web2 gameplay with innovative Web3 elements to create an immersive, non-gambling experience available across Android, iOS, and PC. Game link: https://safrootics.com/
2
265
1
BobaQuest PC & Mobile • Kickstarter A cozy adventure game for PC and a geolocation-based AR experience, blending a traditional PC adventure with real-world interaction on mobile. Built to appeal to a wide audience with a unique mix of adventure and cutting-edge Augmented Reality. Kickstarter = https://www.kickstarter.com/projects/bobaquest/boba-quest Learn more = https://bobaquest.com/
1
179
1
⏳ The Last Second — Unity 20th Anniversary Game Jam Winner Action Puzzle • PC / WebGL • Solo Dev • 48h Jam A fast-paced, time-bending action game created in just 36 hours and selected as a winner of the Unity 20th Anniversary Game Jam. Designed, developed, optimized, and polished solo — showcasing rapid prototyping, creativity, and strong execution under pressure. Devlog = https://www.youtube.com/playlist?list=PLMmCMMvt_NgVD0HVD3vD49fz3edKpaC3M Play demo = https://razzaq94.itch.io/the-last-second
1
208
Game Developer
(4)
Follow
Message
Explore people