Skip to main content
8 answers
12
Updated 1322 views

What resources do i need to be a game developer?

Hi i am a software engineering student . Recently i had started taking interest in game development after getting begginner level knowledge of unity i started to work on a game to practice my skill but i was never able to complete it if i solve one thing other things get ambiguous i was confused to alevel that i thought of quitting. Also ine thing i lack is i think it is good to work in a team for game dev which i am not able to find and i also find need of mentorship. Also do suggest me a course or learning pathway that leads to building a game so that i can boost my confidence. All the advices related to game dev would be much appreciated.

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

12

8 answers


1
Updated
Share a link to this answer
Share a link to this answer

Michael’s Answer

Hi Tasawar! Starting with Unity is a great idea. They have a variety of free educational resources on their website. I specifically suggest going through their "Learning Pathways" which will give you a step-by-step guide on attaining a beginner to intermediate level as a game developer! And just like other programming fields, you will have to be comfortable with looking up things online when you get stuck. Chances are that someone has also run into the same problems that you are having!

Consider following YouTubers who document their learning journey in game development. I like Game Maker's Toolkit and Extra Credits! That can help you stay motivated and encouraged that it is possible to learn game development!

Best of luck and God bless!
1
1
Updated
Share a link to this answer
Share a link to this answer

Annie’s Answer

If your school has one, I recommend joining a video game development club! I had one at my college and each quarter, everyone got assigned a team to develop a game together. No experience required.

I also recommend joining some game jams! Game jams are short hackathons for creating video games. They're low stakes so they're great for getting something started and out there.

I made a few friends from the club and game jams. It's great for getting to know people who are also interested in game development
Thank you comment icon Annie, thank you! josyai
Pending review We will review this content before it's visible to others to make sure it follows our guidelines. Learn more.
1
1
Updated
Share a link to this answer
Share a link to this answer

James Constantine’s Answer

Hello Tasawar!

Resources Needed to Become a Game Developer

1. Fundamental Knowledge and Skills

To become a proficient game developer, you need to build a solid foundation in several key areas:

Programming Languages: Familiarity with programming languages is crucial. C# is essential for Unity development, while C++ is often used in Unreal Engine. Understanding scripting languages like Python can also be beneficial for certain tasks.

Game Design Principles: Learn the fundamentals of game design, including mechanics, dynamics, and aesthetics (MDA framework). Understanding how players interact with games and what makes games enjoyable is vital.

Mathematics and Physics: A good grasp of mathematics (especially algebra, geometry, and calculus) and physics principles will help you understand game mechanics better and implement features like collision detection or movement physics.

2. Development Tools

You will need access to various tools that facilitate game development:

Game Engines: Unity and Unreal Engine are the two most popular game engines. Unity is user-friendly for beginners and has extensive documentation. Unreal Engine offers high-quality graphics capabilities but has a steeper learning curve.

Version Control Systems: Learning to use version control systems like Git is important for managing changes in your codebase, especially when working in teams.

Graphics Software: Familiarize yourself with graphic design software such as Blender for 3D modeling or Adobe Photoshop for 2D art assets.

3. Learning Pathways

To structure your learning effectively:

Online Courses: Platforms like Coursera, Udemy, or edX offer courses specifically tailored to game development. Look for courses on Unity or Unreal Engine that include hands-on projects.

Books and Tutorials: Consider reading books such as “The Art of Game Design” by Jesse Schell or “Game Programming Patterns” by Robert Nystrom. Online tutorials on platforms like YouTube can also provide practical insights into specific problems you may encounter.

Project-Based Learning: Start small by creating simple games (like Pong or Tetris) before moving on to more complex projects. This approach allows you to apply what you’ve learned incrementally.

4. Teamwork and Mentorship

Collaboration is often key in game development:

Join Communities: Engage with online communities such as Reddit’s r/gamedev or Discord servers focused on game development. These platforms can help you find collaborators or mentors who can guide you through challenges.

Participate in Game Jams: Events like Ludum Dare or Global Game Jam encourage teamwork under time constraints, allowing you to meet other developers while honing your skills through practical experience.

Seek Mentorship Programs: Look for mentorship programs offered by organizations focused on technology education or local universities that may have connections within the industry.

5. Building Confidence

To boost your confidence as a developer:

Set Achievable Goals: Break down your projects into smaller tasks that are manageable and achievable within short time frames. Completing these tasks will give you a sense of accomplishment.

Iterate on Feedback: Share your work with peers or online communities to receive constructive feedback which can help improve your skills over time.

By following these steps and utilizing the resources mentioned above, you’ll be well-equipped to advance in your journey toward becoming a successful game developer.

Probability the answer is correct: 95%

Top 3 Authoritative Sources Used in Answering this Question:

Coursera

An online learning platform offering courses from top universities covering various aspects of game development including programming languages and design principles.

Unity Documentation

The official documentation provides comprehensive guides on using Unity effectively along with tutorials that cater to different skill levels.

Game Development Stack Exchange

A Q&A community where experienced developers share their knowledge about various challenges faced during game development, providing real-world solutions and advice.

God Bless!
JC.
1
0
Updated
Share a link to this answer
Share a link to this answer

Rahul’s Answer

To become a game developer, you need several key resources:

Skills and Education: A strong foundation in programming languages like C++, C#, or Python is essential. Knowledge of game engines such as Unity and Unreal Engine is also crucial. Learning graphic design and animation tools will further enhance your skill set.

Game Development Tools: Access to software like Unity, Unreal Engine, and Blender for 3D modeling is necessary. These tools are widely used in the industry for building and designing games.

Creative Portfolio: Building a portfolio of projects demonstrates your skills and creativity. Start with small projects to showcase your development abilities.

Industry Connections: Working with a reputable game development company like WorkLooper can provide invaluable experience, guidance, and exposure to real-world projects. Networking with professionals and joining game development communities can also be beneficial.

Continuous Learning: Staying updated with the latest trends and technologies is crucial for success in this dynamic field.
0
0
Updated
Share a link to this answer
Share a link to this answer

Chinyere’s Answer

Hello Tasawar,

It’s great that you’ve started exploring game development! Many developers go through similar struggles when learning game dev—it's a complex process, but there are ways to approach it that can help. Here's a roadmap, along with resources and tips:

Learning Pathway for Game Development:

1. Strengthen Your Foundation:
- Programming Skills: Since you already know Unity, make sure you're comfortable with C#. A good resource to deepen your knowledge is Programming for Unity Game Development Specialization by Coursera.
- Game Engines: Keep learning Unity. You can also explore Unreal Engine (C++-based) to understand other frameworks, as both engines are widely used in the industry.

2. Understand Game Development Concepts:
- Game Mechanics: Learn how physics, lighting, animations, and AI work in games. A great free resource is "GameDev.tv" on Udemy or "GDC Vault" for insights into game mechanics.
- Level Design: This is crucial in making the game playable. Focus on UI/UX and player interactions.

3. Structured Learning Pathways:
- Unity Learn: Unity has its own platform with "Unity Learn," which offers structured lessons and tutorials to build different kinds of games, including 2D and 3D.
- Coursera: There are game development specializations like "Game Design and Development Specialization" from Michigan State University, which offers a well-rounded curriculum, covering game development from idea to production.
- Udemy: Try courses like "Complete C# Unity Game Developer 3D" by GameDev.tv on Udemy to get hands-on experience.

4. Find a Community or Team:
- Join Game Jams: Participating in game jams (like "Global Game Jam" or "Ludum Dare") can help you find teams and collaborate in a time-bound environment.
- Discord Groups/Reddit: Look for game development communities on Discord or Reddit (e.g., r/gamedev). These communities often have channels for finding team members and mentors.
- Networking: Look for local or online game development meetups via "Meetup.com" or "IGDA (International Game Developers Association)" chapters. You can find fellow developers to collaborate with or get mentorship.

5. Work in Teams:
- Teamwork is valuable in game development, but even if you can’t find a team, work with artists, sound designers, or writers online. Sites like "Itch.io" and "IndieDB" offer opportunities to connect with people.

6. Mentorship and Guidance:
- GameDev Mentors: Platforms like "MentorCruise" or reaching out to developers on LinkedIn for mentorship can help guide your learning.
- Feedback: Post your progress on forums like "Itch.io", "TIGSource", or even the Unity forums to get feedback.

7. Courses:
- Coursera – Unity Certified Programmer: This provides a more in-depth look at building Unity projects from scratch.
- Udemy– Unreal Engine C++ Developer: Learn Unreal if you want to broaden your skills.

8. Keep Your Projects Small:
- Start with small, manageable projects. Completing a small game (even simple ones like Pong or Flappy Bird clones) can give you the confidence boost you need.

9. Project Management Tools:
- Use tools like "Trello", "Asana", or "HacknPlan" to manage your game development tasks, track progress, and set achievable goals.

By following a structured pathway and getting involved with a community, you’ll be able to continue your game development journey with confidence. Don’t be afraid of challenges—they're part of the learning process!


Best wishes!
Thank you comment icon Thank you, Chinyere for the advice. Tasawar
Pending review We will review this content before it's visible to others to make sure it follows our guidelines. Learn more.
Thank you comment icon You are welcome! Chinyere Okafor
0
0
Updated
Share a link to this answer
Share a link to this answer

Oli’s Answer

Hello Tasawar! I embarked on my journey in game development, beginning with the basics of Web technologies. My journey started with HTML, CSS, and JavaScript, which I learned from an accessible online platform like Code Academy. This knowledge equipped me with the skills to be a formidable force in the tech world. Next, I discovered the wonders of Unreal Engine.

I strongly suggest you kick off your journey with Unreal Engine. It boasts a swift and efficient system for prototyping, aptly named "blueprints". Blueprints operate on node-based logic, enabling you to craft the functionality you need through visual scripting. This involves adding new nodes and drawing connection "wires" between input and output nodes.

In fact, we've even launched production software for Virtual Reality that was entirely built using this blueprint system. It's incredibly comprehensive, covering almost all the functionality you could achieve through programming. So, dive in and let your creativity flow!
0
0
Updated
Share a link to this answer
Share a link to this answer

Greg’s Answer

Consider searching for Indie Game companies who frequently require assistance with their projects. Websites such as McLeodgaming.com and Fraymakers.com are often on the hunt for individuals with gaming skills.

Take a look at Kickstarter for game projects that catch your eye. Don't hesitate to contact the publisher and showcase your portfolio if you have one.
0
0
Updated
Share a link to this answer
Share a link to this answer

Arpit’s Answer

Hey Tasawar, it's great to see your clear vision so early in your career journey. Let's dive into what you need to become a successful game developer.

1. The Basics:
Programming: Get a solid grip on a language such as C# (great for Unity) or C++ (perfect for more complex engines).
Math: Brush up on your basic algebra, trigonometry, and vector math.
Algorithms: Familiarize yourself with popular algorithms and data structures.

2. Tools of the Trade:
Game Engine: Pick between Unity or Unreal Engine based on what suits you best.
Asset Store: Take advantage of pre-made assets to quicken your development process.
Version Control: Utilize Git to manage your code efficiently.

3. Educational Resources:
Online Courses: Websites like Udemy, Coursera, and Unity Learn have courses for both beginners and seasoned developers.
Tutorials: YouTube is a treasure trove of tutorials on various game development subjects.
Documentation: Always refer to the official documentation of your selected game engine.

4. Game Creation:
Start small: Kick off with a basic game to sharpen your skills.
Break it down: Segment your game into smaller, more manageable tasks.
Don't give up: Facing hurdles is part and parcel of the process. Keep going and don't hesitate to ask for help when required.

5. Networking and Guidance:
Join online communities: Link up with fellow developers on forums and Discord.
Attend game jams: Get involved in events to team up and learn from others.
Find a mentor: Look for advice from seasoned developers.

Remember, game development is a journey, not a race. It requires patience and consistent practice to master. Stay driven, start with simple games, learn from your errors, and most importantly, have fun along the way!
0