2

Remote Game Developer Jobs in Edinburg, TX (NOW HIRING)

We are looking for Software Engineers that want to help Citamed get to the next level. If working ... Availability to work in San Juan and with remote working options Applicant should also answer the ...

Remote Game Developer information

See Edinburg, TX salary details

$23.5K

$78.4K

$130.1K

How much do remote game developer jobs pay per year?

As of Aug 18, 2026, the average yearly pay for remote game developer in Edinburg, TX is $78,425.00, according to ZipRecruiter salary data. Most workers in this role earn between $58,900.00 and $89,700.00 per year, depending on experience, location, and employer.

What does a remote game developer do?

As a remote developer, your duties and responsibilities involve programming the algorithms and code that control mobile, online, and computer video games. You work from home to develop action sequences in games, graphical user interfaces, and other basic tools that allow for seamless user gameplay. You must ensure that the software is compatible with console or computer requirements, such as memory usage and graphics chip limitations, and be able to identify and fix glitches in the game quickly. In this role, you virtually collaborate with other programmers and QA testers to ensure that these issues are dealt with systematically.

What does a remote game developer do?

A Remote Game Developer is a professional who designs, builds, and maintains video games while working from a location outside of a traditional office environment. Their responsibilities often include coding, testing, debugging, and collaborating with other team members such as designers and artists through online tools. Remote Game Developers may work on creating new games, updating existing ones, or developing specific features. They rely heavily on communication platforms, version control systems, and project management software to coordinate with their teams. This role allows for flexibility in location but requires strong self-management and technical skills.

What are the key skills and qualifications needed to thrive as a remote game developer, and why are they important?

To thrive as a Remote Game Developer, you need strong programming skills (such as C++, C#, or Unity), a solid understanding of game design principles, and typically a degree in computer science or a related field. Familiarity with game engines (like Unity or Unreal Engine), version control systems (e.g., Git), and sometimes specialized certifications are important technical assets. Effective communication, time management, and collaborative problem-solving are crucial soft skills for remote teamwork and project success. These skills and qualities enable developers to create high-quality games, meet deadlines, and work efficiently within distributed teams.

How do remote game developers typically collaborate with team members across different time zones?

Remote game developers often work closely with artists, designers, and other programmers who may be in various locations around the world. To ensure smooth collaboration, teams usually rely on project management tools, version control systems, and regular virtual meetings scheduled at overlapping hours. Clear communication, documentation, and flexible work hours can help overcome challenges related to time zone differences, ensuring everyone stays aligned on project goals and deadlines. Building strong asynchronous communication habits is key to maintaining productivity and team cohesion.

What are popular job titles related to Remote Game Developer jobs in Edinburg, TX?

For Remote Game Developer jobs in Edinburg, TX, the most frequently searched job titles are:

What cities near Edinburg, TX are hiring for Remote Game Developer jobs?

Cities near Edinburg, TX with the most Remote Game Developer job openings:

Infographic showing various Remote Game Developer job openings in Edinburg, TX as of August 2026, with employment types broken down into 81% Full Time, 6% Part Time, and 13% Contract. Highlights an 83% Physical, 5% Hybrid, and 12% Remote job distribution, with an average salary of $78,425 per year, or $37.7 per hour.

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

Re-posted 17 days ago


Job description

We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!
At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:
  • Want to learn about everything... and keep learning... always!
  • Are proactive and dynamic, with good attitudes and like having fun with coding and technology.
  • Extremely passionate about technology, software, and quality.
  • Ability to research, investigate, and study profoundly new technologies and best practices.
  • Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.
  • Be organized and able to work under pressure when necessary.

We also have some requirements for the opening:
  • Should have at least 2-3 years of experience in software and applications architecture and development.
  • Fully bilingual (verbal and written).
  • Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.
  • Availability to work in San Juan and with remote working options
Applicant should also answer the following questions related to the next code snippet.
01> var printers = [];
02> for(var i=0; i<3; i++) {
03> printers[i] = function(){
04> myCoolPrinter(i);
05> };
06> }
07> for(i=0; i<3; i++) {
08> printers[i]();
09> }
10> for(var j=0; j<3; j++) {
11> printers[j]();
12> }
13> function myCoolPrinter(v1){
14> // this function will print "v1"
15> }
DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.
  1. Briefly describe lines 1-6.
  2. Briefly describe lines 10-12.
  3. Suppose that the function myCoolPrinter will output parameter v1 to the console. What will be the output?

PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.
  1. Refactor function myCoolPrinter so that it outputs to the console (eg: use console.log). What is the output?
  2. Is the output different to the one in question #3, why?