Skip to content

Commit 823e859

Browse files
authored
Update how-to-get-started-with-game-development.mdx
1 parent df5ba13 commit 823e859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Of course, there are so many ways to get started besides the software that I hav
162162

163163
- [Game Maker](https://gamemaker.io/en): A great place to start with learning a game engine, and uses GML scripting, perfect for 2D games
164164
- [RPG Maker](https://www.rpgmakerweb.com/): Has a lot of built-in mechanics to start building a typical RPG game, and uses Java/Ruby depending on your version
165-
- [Twine](https://twinery.org/): A choose your own adventure text based game editor that uses JavaScript if you choose!
165+
- [Twine](https://twinery.org/): A choose your own adventure text based game editor that uses JavaScript!
166166

167167
---
168168

@@ -183,7 +183,7 @@ And of course, what’s a game good for if people can’t play it !? Depending o
183183
- **LÖVE2D Games:** You can distribute your game as a standalone executable for Windows, Mac, or Linux. Upload to platforms like [itch.io](https://itch.io/), GitHub, or your own website for free distribution.
184184
- **Godot Games:** Export to Windows, Mac, Linux, web browsers, iOS, and Android. Publish on itch.io, Steam, Google Play Store, or Apple App Store, depending on your platform.
185185
- **Unity Games:** Supports PC (Steam, Epic Games Store), consoles (PlayStation, Xbox, Nintendo Switch), mobile (iOS, Android), and web. Publish through each platform's respective store or upload to itch.io for indie distribution.
186-
- **Unreal Engine Games:** Primarily targets PC and consoles through Steam, Epic Games Store, PlayStation Store, Xbox Store, and Nintendo eShop. Also supports mobile and VR platforms.
186+
- **Unreal Engine Games:** Targets PC and consoles through Steam, Epic Games Store, PlayStation Store, Xbox Store, and Nintendo eShop. Also supports mobile and VR platforms.
187187

188188
## The Community
189189

0 commit comments

Comments
 (0)