Skip to content

Commit 12f2be7

Browse files
authored
Enhance Phaser and Godot sections with links and formatting
Updated the Phaser description to include a link and improved formatting for the Godot section.
1 parent 995cf3c commit 12f2be7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Web game enthusiast? This one is for you. A JavaScript library is going to be th
5555

5656
[Creating a Catching Game Using Phaser](https://medium.com/swlh/creating-a-catching-game-using-phaser-fa3a0b3fe5f) by Claudia
5757

58-
**Phaser** is a popular JavaScript framework designed specifically for making 2D games. It handles physics, animations, input, and audio, so you can focus on game logic. Games run directly in the browser and are easy to share with a link.
58+
**[Phaser](https://codedex.io/phaser)** is a popular JavaScript framework designed specifically for making 2D games. It handles physics, animations, input, and audio, so you can focus on game logic. Games run directly in the browser and are easy to share with a link.
5959

6060
### P5.js (JavaScript)
6161

@@ -96,7 +96,9 @@ There are several options for you to choose from. I’ll start from the ones I h
9696

9797
<img src="https://godotengine.org/assets/press/icon_color.png" width="20%" />
9898

99-
[Godot](https://godotengine.org/) is a free, open-source game engine that supports both 2D and 3D game development. 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.
99+
[Godot](https://godotengine.org/) is a free, open-source game engine that supports both 2D and 3D game development.
100+
101+
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.
100102

101103
![image](https://gameworldobserver.com/wp-content/uploads/2023/03/godot-4-tiles.gif)
102104

0 commit comments

Comments
 (0)