1. Raylib Space Invaders Port for Euphoria/Phix - Open for Improvements
- Posted by andreasWagner 3 hours ago
- 6 views
Hi everyone,
I've just finished porting the Raylib Space Invaders project from C to Euphoria/Phix.
It's a 1 to 1 port including sounds and animations.
You can find the source code and assets here:
Link: https://github.com/andizk4kx/raylib-playground/tree/main/examples/space_invaders_project
I'm sharing this because I believe the best part of open source is learning from each other.
The code is kept simple, making it a great starting point for experiments or learning how to use Raylib with Euphoria.
I'd love to see what you can do with it:
- Add new features or better effects.
- Optimize the game logic.
- Feel free to adapt it for your own projects.
Take the code, have some fun with it, and share your versions or feedback!
Best regards, Andreas

