Changes in my game! 🎮🚀
Hi! In the latest version of my game, I’ve made some significant visual changes. First of all, all the previous colorful rectangles that represented the game objects have been replaced with graphics prepared in Aseprite! This makes the game look much better and gives it a more engaging atmosphere.
I also changed the class GameObject
was inheriting from – instead of sf::Rectangle
, I’m now using sf::Sprite
, which allows for easier management and display of graphics. I added a new field to the GameObject
class that stores the path to the graphic file, providing more flexibility for future changes.
Although this is the final version of the game, the next step I plan to take is adding an asset management system. I want to enhance SFML with this functionality to make game development even easier and faster.
Zmiany w mojej grze! 🎮🚀
Cześć! W najnowszej wersji mojej gry wprowadziłem kilka znaczących zmian wizualnych. Po pierwsze, wszystkie dotychczasowe kolorowe prostokąty, które pełniły rolę obiektów, zostały zastąpione grafikami przygotowanymi w programie Aseprite! Dzięki temu gra wygląda o wiele lepiej, a atmosfera stała się zdecydowanie bardziej atrakcyjna.
Zmieniłem również klasę, po której dziedziczył GameObject
– zamiast sf::Rectangle
, teraz używam sf::Sprite
, co pozwala mi na łatwiejsze zarządzanie grafikami i ich wyświetlanie. Dodałem także nowe pole do klasy GameObject
, które przechowuje ścieżkę do pliku graficznego, co daje większą elastyczność w przyszłych zmianach.
Chociaż to już ostateczna wersja gry, kolejnym krokiem, który planuję, jest dodanie systemu zarządzania assetami. Chciałbym wzbogacić SFML o tę funkcjonalność, aby jeszcze łatwiej i szybciej tworzyć gry.
Void Invaders
An engaging action game where you defend humanity against waves of invaders emerging from the infinite void of space.
More posts
- Dev Block1 hour ago
- New update: enemy animations and multi-layered background!10 days ago
- ImGui, explosion animations and future plans!11 days ago
- Progress in the development of Void Invaders 🚀14 days ago
- Enemy Projectiles.24 days ago
- Init Post26 days ago
Leave a comment
Log in with itch.io to leave a comment.