You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blogs/2025/how-to-get-started-with-game-development.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ Of course, there are so many ways to get started besides the software that I hav
162
162
163
163
-[Game Maker](https://gamemaker.io/en): A great place to start with learning a game engine, and uses GML scripting, perfect for 2D games
164
164
-[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!
166
166
167
167
---
168
168
@@ -183,7 +183,7 @@ And of course, what’s a game good for if people can’t play it !? Depending o
183
183
-**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.
184
184
-**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.
185
185
-**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.
0 commit comments