Skip to content

Commit d34b2e2

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ 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="10%" />
142-
143141
### Unity
144142

145143
![image](https://www.c-sharpcorner.com/article/unity-muse-features-expanded-in-editor-with-3-new-updates/Images/Animate-Edit_Gif_2.gif)
@@ -158,8 +156,6 @@ It uses **GDScript**, a Python-like language, and has a user-friendly editor! I
158156

159157
[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.
160158

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-
163159
### Honorable Mentions
164160

165161
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)