Skip to content

Commit b2dcc01

Browse files
authored
Update how-to-get-started-with-game-development.mdx
1 parent 962ab83 commit b2dcc01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,14 @@ There are several options for you to choose from. I’ll start from the ones I h
138138

139139
It uses **GDScript**, a Python-like language, and has a user-friendly editor! I used this for a class and built out a full game with a few levels with my project group. Overall, I liked it and will probably use it to make a game in the future. Do note that it took a while to learn all the UI for this, and I was stuck watching tutorials for a while.
140140

141-
<img src="https://godotengine.org/assets/press/icon_color.png" width="20%" />
141+
<img src="https://godotengine.org/assets/press/icon_color.png" width="10%" />
142142

143143
### Unity
144144

145145
![image](https://www.c-sharpcorner.com/article/unity-muse-features-expanded-in-editor-with-3-new-updates/Images/Animate-Edit_Gif_2.gif)
146146

147147
[Unity](https://unity.com/) is one of the most popular game engines in the industry! It supports 2D, 3D, and mobile games across multiple platforms. Unity uses **C#** for its scripts, and can publish to PC, consoles, mobile, and web. Games made with Unity include Pokémon Go, Genshin Impact, and Among Us. Not recommended for beginners, but if you’re up for the challenge, this would be the best option for a high-quality 2D Steam game.
148148

149-
150149
### Unreal Engine
151150

152151
![image](https://cdn2.unrealengine.com/controlrig-timelapse-01-190226799.gif?resize=1&w=1920)
@@ -155,10 +154,12 @@ It uses **GDScript**, a Python-like language, and has a user-friendly editor! I
155154

156155
### Roblox Studio
157156

158-
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Roblox_Studio_logo_2021_present.svg/1200px-Roblox_Studio_logo_2021_present.svg.png" width="20%" />
157+
![roblox studio screenshot](https://i.imgur.com/EEn2Kmk.jpeg)
159158

160159
[Roblox Studio](https://create.roblox.com/landing) is a free platform for creating multiplayer games that run on the Roblox platform. Games are built with [Lua](https://codedex.io/lua)/Luau scripting and have built-in multiplayer support. Players access your game through the Roblox app, where millions of players gather, and with the opportunity to monetize.
161160

161+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Roblox_Studio_logo_2021_present.svg/1200px-Roblox_Studio_logo_2021_present.svg.png" width="10%" />
162+
162163
### Honorable Mentions
163164

164165
Of course, there are so many ways to get started besides the software that I have shown, so here are a few different options that I haven’t personally used, but could be helpful for the game you’re trying to make!

0 commit comments

Comments
 (0)