MonoGame Pong - Devlog #3 (It's all gone horribly wrong!)
This video was difficult to make! Everything I have tried to add to the game has just introduced bugs and now all I have is a broken mess of an unfinished game!
AI Summaries:
- The title screen update for the Pong game became complicated due to access issues with sprites, requiring a rework of asset loading and the creation of a new class to handle powerup data without using globals.
- The screen size was adjusted to a middle ground for better performance, and a bug was discovered where the ball was registering multiple collisions with the paddle due to incorrect angle calculation, causing unintended behaviour.
- A lesson was learned about the importance of understanding every line of code, as relying on AI-generated code without fully comprehending it led to a persistent bug that couldn’t be fixed easily.
- After struggling with complex math in the Pong game, the decision was made to revert to simpler mechanics, prompting a reevaluation of future practice projects, with a shift towards strategy, simulation, and RPG games rather than arcade-style ones.
- After struggling with adding complexity to the Pong game, the decision was made to consider recreating an old puzzle game idea, while grappling with the challenges of game logic and handling input and updates correctly.
- The powerups work well, with effects like increased paddle size or speed applied immediately, but the fast ball powerup is malfunctioning, and adding a visual cue for powerups proves more complicated than expected.
- After struggling with implementing powerups and understanding the game loop, a break from the game is planned to study a book on MonoGame to help grasp the necessary concepts before returning to the pong game.
- Faced with challenges in the pong game, the decision is made to pause development, study further, and avoid abandoning projects while reflecting on the humbling experience of being stumped by simple game mechanics.
Game Development Challenges
- 🕹️
The "last 5% of game development" often consumes 50% of development time, as seemingly minor tasks can be the most complex and time-consuming.
- 🐛
Relying on AI-generated or sourced code without full comprehension can introduce critical bugs, as demonstrated by the massive error in the Pong game's ball angle calculation.
Coding Best Practices
- 📚
Studying game development concepts from books and resources is more effective for overcoming challenges than depending on AI coding assistance or sourced code.
- 🧮
Understanding the mathematical principles behind game physics is crucial for developing robust games and avoiding unintended consequences.
Project Management
- 🎯
Carefully selecting practice projects helps avoid getting stuck on complex, irrelevant problems that don't align with a developer's goals.
- 🧩
Adding complex features like power-ups prematurely can lead to messy game logic and difficult-to-understand code, as experienced in the Pong game development.
Summary for: https://youtu.be/ELb_kYx1bss by Noiz — YouTube Transcript Generator
Get MG Pong
MG Pong
Simple Pong game coded in C# using the MonoGame framework
More posts
- MonoGame Pong - Devlog #4 (I Started over from scratch!)10 days ago
- MonoGame Pong - Devlog #2 (Better?, but buggy as hell!)16 days ago
- Calimoe (A MonoGame Library) - Devlog #118 days ago
- MonoGame Pong - Video Devlog #122 days ago
- Abstracting Out Some Common MonoGame Code27 days ago
- First Stumbling Steps with MonoGame32 days ago
Leave a comment
Log in with itch.io to leave a comment.