A small project that helped me grasp the concept of sprite batching in an engine. Right now, it can batch positions and colors.
It also serves as a starting point for a small engine. I've set up entities, components, scenes, and an architecture that can be used across different platforms. Though it's geared towards sprite batching, it has some of the pieces needed to start a simple game.
This game offers a unique twist on tower defense, putting you in the role of the attacker rather than the defender. Developed entirely from scratch using MonoGame, it was created within four days, totaling around 45 hours.
Drawing inspiration from tower defense and rogue-like games, the gameplay involves strategic planning of attacks by choosing the right units to destroy the enemy base. Following each round, players have the opportunity to randomly select buffs for their units, such as increased movement speed, damage, health, or increasing the player's currency.
These buffs are assigned randomly, allowing for the creation of diverse builds based on the strengths of specific units. For instance, initially sluggish yet resilient units may gain increased movement speed or even more health.
Adding an extra layer of challenge, each round features a randomly generated environment, introducing a new tower with every successive round. Consequently, as the game progresses, the number of attacking towers corresponds to the round number (e.g., 5 towers at round 5, 6 towers at round 6).
An incomplete project in which I aimed to create randomly generated maps, employing ASCII graphics and drawing inspiration from the generation techniques used in Dwarf Fortress.
Although this project was in its early stages of development, I focused on incorporating tools that could assist me in procedural generation for future projects. Here are some notable aspects of this project: