A simple 2D space shooter game built with raylib and rust
Currently only tested and runs in linux
Up: W / up-key
Down: S/ down-key
Right: D/ right-key
Left: A/ left-key
Git clone repo https://github.com/PrethamMuthappa/raylib-game.git
Can also be run using the executable file in the release section
Download the executable file from the release section put it in a folder also download the image directory to the same folder
chmod +x starship
./starship
Libraries required
sudo apt install cmake (add this to path)
sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev