Skip to content

Commit 7b66f78

Browse files
authored
Include free resources section for Phaser
Added free resources for learning Phaser.
1 parent ee3cad7 commit 7b66f78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ Web game enthusiast? This one is for you. A JavaScript library is going to be th
5757

5858
**[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

60+
Some free resources
61+
62+
- [Phaser course](https://www.codedex.io/phaser)
63+
-
64+
6065
<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}>
6166
<a href="https://www.codedex.io/phaser" style={{ all: "unset" }} target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Learn p5.js</Button></a>
6267
</div>

0 commit comments

Comments
 (0)