You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blogs/2025/how-to-get-started-with-game-development.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ Web game enthusiast? This one is for you. A JavaScript library is going to be th
57
57
58
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.
@@ -65,10 +69,9 @@ Web game enthusiast? This one is for you. A JavaScript library is going to be th
65
69
66
70
**[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.
@@ -82,7 +85,7 @@ Codédex has both full courses available for FREE:
82
85
83
86
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.
84
87
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.
86
89
87
90
-[The game of the year was written in Lua](https://www.youtube.com/watch?v=YntG_mSE0d4) by Tom Delalande
88
91
@@ -138,7 +141,6 @@ Here are some places where to find spritesheets for characters, tilesheets, musi
138
141
-[itch.io](https://itch.io/game-assets/free)
139
142
-[gamesart2D](https://www.gameart2d.com/)
140
143
141
-
142
144
## Publishing
143
145
144
146
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