Esteban Maldonado
Esteban Maldonado's blog

Esteban Maldonado's blog

Follow
homeBezier Curve Fun!Game Jams!Unity ExperimentsXR Learning Journeybadges
Tag

Game Development

#game-development

More content

Read more stories on Hashnode


Articles with this tag

Global Game Jam 2023! - Part 4

Feb 25, 20238 min read

Final day and a bit of project feedback 路 Context In the last article in this series, I went over how I created the necessary logic for our designer to...

Global Game Jam 2023! - Part 4

Global Game Jam 2023! - Part 3

Feb 20, 20237 min read

Final jamming days, and EVEN MORE BUGS! 路 Context In the last article in this series, I went over how I set up the physics collisions between the main...

Global Game Jam 2023! - Part 3

Global Game Jam 2023! - Part 2

Feb 11, 20237 min read

AHH!! BUGS! 路 Context In the last article in this series, I went over what is a game jam, and our team's game idea of a bunny character that must protect...

Global Game Jam 2023! - Part 2

Global Game Jam 2023! - Part 1

Feb 11, 20237 min read

Jamming for a 3rd year in a row! 路 Context It's time for global game jam(GGJ) again! For those who may not know, a game jam is when a group of people...

Global Game Jam 2023! - Part 1

Multiplayer Experiment: Tit-tac-toe - Pt. 2

Nov 24, 20227 min read

Starting to get somewhere 馃檪 路 Context In my last article, I mentioned that I wanted to practice more multiplayer development, so I'd like to make an...

Multiplayer Experiment: Tit-tac-toe - Pt. 2

Unity Object Pooling

Aug 16, 20227 min read

Context One cool feature that I've been wanting to try out in Unity is Object Pooling. The benefit of pooling objects is that they Improve performance...

Unity Object Pooling