A space shooter inspired by games like Enter The Gungeon, Furi and Nuclear Throne. (And ofc Asteroids ;>)
You don't need Raylib installed on your system to compile STRIBUN! CMake will download everything automatically!
$ cmake -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build
$ mkdir build-web
$ cd build-web
$ emcmake cmake .. -DPLATFORM=Web -DCMAKE_BUILD_TYPE=Release
$ emmake make
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
- W/A/S/D or E/S/D/F - movement
- Left mouse button - shoot
- Right mouse button - dash
- bit69tream - Everything 😎
- itch.io Release: https://bit69tream.itch.io/stribun
- Main menu - Drozerix - Stardust Jam Public Domain
- Uziel Enkidas - once is not enough CC BY 4.0
- Rigor Mortis - Red Dream Public Domain
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