Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If youre having the black screen issue on Itch.io's version this is the fix that worked for me:

The most reliable way to launch the itch.io version with the correct command is by creating a simple batch file

  1. Open your Buckshot Roulette installation folder.
  2. Locate the game executable (e.g., Buckshot Roulette.exe or Buckshot-Roulette.exe).
  3. Right-click the executable, select Rename, and name it exactly Buckshot-Roulette.exe.
  4. Right-click in the empty space of the folder, select New > Text Document.
  5. Open the text document and type exactly:
    Buckshot-Roulette.exe --rendering-driver opengl3
  6. Click File > Save As. Change "Save as type" to All Files and name it Buckshot-Roulette.bat
  7. Double-click the newly created .bat file to run the game