Skip to content

Commit 05b8f58

Browse files
authored
Fix capitalization and update community project tag
1 parent 823e859 commit 05b8f58

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ Resources:
6969
<a href="https://www.codedex.io/phaser" style={{ all: "unset" }} target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Learn Phaser</Button></a>
7070
</div>
7171

72-
### P5.js (JavaScript)
72+
### p5.js (JavaScript)
7373

7474
![image](https://user-images.githubusercontent.com/47800618/113492430-2f70e100-94cf-11eb-9caf-459ce49befcb.gif)
7575

7676
[p5js ball game](https://github.com/jakewarrenblack/p5.js-ball-game) by jameswarrenblack
7777

78-
**[P5.js](https://www.codedex.io/p5js)** is a JavaScript library focused on creative coding and visual art. While not exclusively for games, it's great for making interactive graphics, animations, and simple games. It's beginner-friendly and excellent for learning programming through visual feedback.
78+
**[p5.js](https://www.codedex.io/p5js)** is a JavaScript library focused on creative coding and visual art. While not exclusively for games, it's great for making interactive graphics, animations, and simple games. It's beginner-friendly and excellent for learning programming through visual feedback.
7979

8080
Resources:
8181

82-
- [P5.js course](https://www.codedex.io/p5js)
82+
- [p5.js course](https://www.codedex.io/p5js)
8383
- [Build a Conversational Pong Game with p5.js](https://www.codedex.io/projects/build-a-conversational-game-in-p5js)
8484
- [Build an Interactive Soundboard with p5.js](https://www.codedex.io/projects/build-an-interactive-soundboard-with-p5js)
8585

@@ -130,26 +130,27 @@ There are several options for you to choose from. I’ll start from the ones I h
130130

131131
### Godot
132132

133-
<img src="https://godotengine.org/assets/press/icon_color.png" width="20%" />
133+
![image](https://gameworldobserver.com/wp-content/uploads/2023/03/godot-4-tiles.gif)
134134

135135
[Godot](https://godotengine.org/) is a free, open-source game engine that supports both 2D and 3D game development.
136136

137137
It uses **GDScript**, a Python-like language, and has a user-friendly editor! Games like Hollow Knight and Cuphead were made with Godot! 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.
138138

139-
![image](https://gameworldobserver.com/wp-content/uploads/2023/03/godot-4-tiles.gif)
139+
<img src="https://godotengine.org/assets/press/icon_color.png" width="20%" />
140140

141141
### Unity
142142

143+
![image](https://www.c-sharpcorner.com/article/unity-muse-features-expanded-in-editor-with-3-new-updates/Images/Animate-Edit_Gif_2.gif)
144+
143145
[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. Unit 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.
144146

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

147148
### Unreal Engine
148149

149-
[Unreal Engine](https://www.unrealengine.com/) is a powerful engine primarily used for high-end 3D games. It features advanced graphics, physics, and tools for creating very high-quality visual games. You can code in [C++](https://codedex.io/cpp) or use Blueprints (visual scripting). Games made with Unreal Engine include Fortnite, Final Fantasy VII Remake, and Street Fighter 6. Perfect for a top-tier 3D game you’re hoping to build, or to learn a game engine on.
150-
151150
![image](https://cdn2.unrealengine.com/controlrig-timelapse-01-190226799.gif?resize=1&w=1920)
152151

152+
[Unreal Engine](https://www.unrealengine.com/) is a powerful engine primarily used for high-end 3D games. It features advanced graphics, physics, and tools for creating very high-quality visual games. You can code in [C++](https://codedex.io/cpp) or use Blueprints (visual scripting). Games made with Unreal Engine include Fortnite, Final Fantasy VII Remake, and Street Fighter 6. Perfect for a top-tier 3D game you’re hoping to build, or to learn a game engine on.
153+
153154
### Roblox Studio
154155

155156
<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%" />
@@ -189,7 +190,7 @@ And of course, what’s a game good for if people can’t play it !? Depending o
189190

190191
Nothing like the game dev community to keep you accountable! It’s so easy to sometimes lose track of your progress or time spent on your game or what you’re making, especially as a solo developer! The Codédex community, for instance, has a ton of support that we’re offering to those interested in game development!
191192

192-
**Codédex Project Showcase**: You can now publish your games in Project Showcase under the (Game) tag!
193+
**Codédex Project Showcase**: There's now a (Game) tag for all the community projects!
193194

194195
<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}>
195196
<a href="https://www.codedex.io/community/project-showcase" style={{ all: "unset" }} target="_blank" and rel="noopener noreferrer"><Button variant="yellow">View Project Showcase</Button></a>

0 commit comments

Comments
 (0)