Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 683 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 683 Bytes

RocketBoom

a very simple but fun shooter written in go using raylib image

Build

Linux w. Wayland

On wayland (depending on version, compositor,..) GLFW is not working correctly, which will make the game unplayable.

If you face this situation, just run the build.sh file and execute the compiled program.

Other

go build . or go run . is in most cases enough.

Changing assets

You can replace every image in the ressources folder with your custom images (the file name must stay the same!)

  • Background is 800x1200
  • Rocket, Rock, Ufo are 64x64
  • Heart is 32x32