Skip to main content
2 answers
2
Asked 358 views

how do I make a game?

how do I start on my game

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

2

2 answers


0
Updated
Share a link to this answer
Share a link to this answer

sofia’s Answer

Coding if you are talking about a game as an application. Practice and repeats if you are talking about a physical sport. But if your talking about the game of life. well you are already playing it. What do you want to do and how do you want to fill it?
0
0
Updated
Share a link to this answer
Share a link to this answer

Biplab’s Answer

1. Choose a Simple Idea
Start with a simple game concept. Think about classic games like Pong, Tetris, or a basic platformer. Keeping it simple will help you focus on learning the basics without getting overwhelmed.

2. Learn the Basics of Coding
You don’t need to be an expert coder to start making games. Here are some beginner-friendly resources:

Scratch: A visual programming language that’s great for beginners.


Codecademy: Offers free courses on Python, JavaScript, and more.


Khan Academy: Has a section on computer programming that includes game development.
3. Use Game Development Tools
There are several tools designed for beginners:

Unity: A powerful game engine that’s widely used in the industry. It has a lot of tutorials and a supportive community.
Godot: An open-source game engine that’s beginner-friendly and has a lot of resources.
GameMaker Studio: Known for its ease of use, especially for 2D games.
4. Follow Tutorials
There are many free tutorials available online:



YouTube: Channels like Brackeys and Game Maker’s Toolkit offer excellent tutorials.


freeCodeCamp: Offers a comprehensive guide on how to start building video games1.
5. Join a Community
Being part of a community can provide support and motivation:


Reddit: Subreddits like r/gamedev and r/learnprogramming.
Discord: Many game development communities have Discord servers where you can ask questions and get feedback.
6. Participate in Game Jams
Game jams are events where you create a game in a short period, usually 48 hours. They are a great way to learn quickly and meet other developers. Check out sites like itch.io for upcoming game jams.

7. Practice and Iterate
Game development is a skill that improves with practice. Don’t be afraid to make mistakes and learn from them. Start small, and gradually take on more complex projects as you gain confidence.

8. Explore Educational Resources

CodeHS: Offers game design courses tailored for high school students.
Northwestern Boot Camps: Provides resources and reasons to include game development in your learning.
0