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
[p5js ball game](https://github.com/jakewarrenblack/p5.js-ball-game) by jameswarrenblack
77
77
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.
79
79
80
80
Resources:
81
81
82
-
-[P5.js course](https://www.codedex.io/p5js)
82
+
-[p5.js course](https://www.codedex.io/p5js)
83
83
-[Build a Conversational Pong Game with p5.js](https://www.codedex.io/projects/build-a-conversational-game-in-p5js)
84
84
-[Build an Interactive Soundboard with p5.js](https://www.codedex.io/projects/build-an-interactive-soundboard-with-p5js)
85
85
@@ -130,26 +130,27 @@ There are several options for you to choose from. I’ll start from the ones I h
[Godot](https://godotengine.org/) is a free, open-source game engine that supports both 2D and 3D game development.
136
136
137
137
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.
[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.
[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.
[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.
@@ -189,7 +190,7 @@ And of course, what’s a game good for if people can’t play it !? Depending o
189
190
190
191
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!
191
192
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!
0 commit comments