This content originally appeared on DEV Community and was authored by Minmin55
Hi, I’m Minmin55.
I’m a full-stack engineer from Japan with 1.5 year of experience in Rails and React.
I’m currently learning C++ and improving my English skills at the same time.
This is my first game development project using this tutorial:
Space Invaders from Scratch by Nick Tasios
What I learned
- How to structure a simple game loop
- Basic use of SDL2 in C++
- Entity management and rendering
- The challenge of writing readable and maintainable code
My GitHub Repository
What’s Next?
- Add more enemy types
- Implement score system
- Improve graphics and sound
- Translate UI into Japanese
- Add mobile support (maybe someday…)
Thanks for reading!
Feel free to give me feedback
This content originally appeared on DEV Community and was authored by Minmin55