Skip to content

Commit c62c9ab

Browse files
authored
Fix wording for clarity in game development guide
1 parent e319d38 commit c62c9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blogs/2025/how-to-get-started-with-game-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ But where to start depends on where you’re at in skill level, and what you wan
4040

4141
Here are some places where I would recommend starting. Remember that if something doesn’t feel challenging enough, you can always add more to anything you’re working on. We’ll talk about tools and engines soon!
4242

43-
- **If you’re a beginner coder**, you may have just finished a course on Codédex, or you finished your first CS class, you might want to start with a framework or library and learn the concepts of game development first. Trust me, it's so much easier when you can just add assets with one line of code instead of trying to figure out how to make an animation move in 30 different ways with 100 different buttons. You’ll learn the logic without all the hassle.
43+
- **If you’re a beginner coder**, you may have just finished a course on Codédex, or you finished your first CS class, you might want to start with a library or framework and learn the concepts of game dev first. Trust me, it's so much easier when you can just add assets with one line of code instead of trying to figure out how to make an animation move in 30 different ways with 100 different buttons. You’ll learn the logic without all the hassle.
4444
- **If you’re starting to get comfortable** or have built a game beforehand, you might be curious about a game engine! This is ideal if you have an idea you want to make come to life, or you’re simply up for the challenge.
4545

4646
## Libraries and Frameworks

0 commit comments

Comments
 (0)