MonoGame Pong - Video Devlog #1
This is the first video devlog I have recorded. The game has undergone various updates, including the addition of background music, changes in font styles, and an enlarged game screen to enhance gameplay.
I run through some challenges faced in gameplay, such as AI paddle size adjustments and the current lack of a win condition, which results in indefinite gameplay. I talk about my coding process, emphasizing an over-engineered approach to game design to facilitate scalability for future, more complex projects.
I briefly touch on improvements in coding structure, the introduction of game states, and the planning of features like the addition of power-ups and paddle rotation to increase game strategy.
Highlights
- ๐ต Background Music Added: The game now features background music, enhancing the overall gaming experience.
- ๐๏ธ Font Changes: Multiple font styles have been implemented to improve visual appeal and readability.
- ๐ Enlarged Game Screen: The screen size has been increased to make gameplay more engaging and to accommodate changes in game mechanics.
- โ๏ธ Over-Engineered Code Structure: A deliberate choice to structure code in a way that allows for scalability and application to more complex games in the future.
- ๐ฎ AI Difficulty Scaling: The AI becomes progressively harder as the player scores points, creating a dynamic challenge.
- โธ๏ธ Game Pausing Feature: A pause function has been implemented, although it currently does not mute the background music.
- ๐ Upcoming Features: Plans for future enhancements include power-ups, paddle rotation, and a high score system.
I hope you enjoy it :-)
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 #3 (It's all gone horribly wrong!)13 days ago
- MonoGame Pong - Devlog #2 (Better?, but buggy as hell!)16 days ago
- Calimoe (A MonoGame Library) - Devlog #118 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.