Skip to content

Commit ee3cad7

Browse files
authored
Revise game development resource links and layout
Updated links and formatting for game development resources.
1 parent c62c9ab commit ee3cad7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ 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+
<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}>
61+
<a href="https://www.codedex.io/phaser" style={{ all: "unset" }} target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Learn p5.js</Button></a>
62+
</div>
63+
6064
### P5.js (JavaScript)
6165

6266
![image](https://user-images.githubusercontent.com/47800618/113492430-2f70e100-94cf-11eb-9caf-459ce49befcb.gif)
@@ -65,10 +69,9 @@ Web game enthusiast? This one is for you. A JavaScript library is going to be th
6569

6670
**[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.
6771

68-
Codédex has both full courses available for FREE:
69-
70-
- [Phaser](https://www.codedex.io/phaser)
71-
- [p5](https://www.codedex.io/p5js)
72+
<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}>
73+
<a href="https://www.codedex.io/p5js" style={{ all: "unset" }} target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Learn p5.js</Button></a>
74+
</div>
7275

7376
### Pygame (Python)
7477

@@ -82,7 +85,7 @@ Codédex has both full courses available for FREE:
8285

8386
Lua is a scripting language, popular for making mods for games like Baldur's Gate 3, World of Warcraft, and was used to build the 2025 game of the year, Balatro. It’s a language syntactically similar to Python, and can be used with the LÖVE2D framework.
8487

85-
If you know how to code, I will teach you how to get started with Lua and LÖVE2D [on Codédex](https://www.codedex.io/p5js). The full course is available for free.
88+
If you know how to code, I will teach you how to get started with Lua and LÖVE2D [on Codédex](https://www.codedex.io/p5js). The full course is available for free.
8689

8790
- [The game of the year was written in Lua](https://www.youtube.com/watch?v=YntG_mSE0d4) by Tom Delalande
8891

@@ -138,7 +141,6 @@ Here are some places where to find spritesheets for characters, tilesheets, musi
138141
- [itch.io](https://itch.io/game-assets/free)
139142
- [gamesart2D](https://www.gameart2d.com/)
140143

141-
142144
## Publishing
143145

144146
And of course, what’s a game good for if people can’t play it !? Depending on what you use to build your game with, you have several publishing and upload options.

0 commit comments

Comments
 (0)