Skip to content

bit69tream/stribun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STRIBUN

A space shooter inspired by games like Enter The Gungeon, Furi and Nuclear Throne. (And ofc Asteroids ;>)

$(STRIBUN)

Building from source

You don't need Raylib installed on your system to compile STRIBUN! CMake will download everything automatically!

Desktop

$ cmake -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build

Web

$ mkdir build-web
$ cd build-web
$ emcmake cmake .. -DPLATFORM=Web -DCMAKE_BUILD_TYPE=Release
$ emmake make

Crosscompiling to Windows™

Install Mingw-w64. there's probably already a packaged version in your distro's repo.

$ x86_64-w64-mingw32-gcc -v # check that the compiler is in the PATH
$ cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=mingw.cmake
$ cmake --build

Controls

  • W/A/S/D or E/S/D/F - movement
  • Left mouse button - shoot
  • Right mouse button - dash

Screenshots

uziel battle rigor battle

Developers

  • bit69tream - Everything 😎

Links

Used Resources

Sound Effects

Music

License

This game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.

Copyright (c) 2024 bit69tream