Skip to main content

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

Hello, does anyone have a guide for how to set this up? I cannot figure it out on my own

(2 edits)

This was originally hosted on a continuous Twitch stream, so wasn’t intended to be set up easily by others, but here are step-by-step instructions if you want to play it on your own Twitch stream!

  • Install the latest version of Python and PyGame
  • Clone or download the Github repository linked from “source code”
  • In line 36 of main.py, change the Twitch channel from ‘plasmastarfish’ to the name of your own Twitch channel in the self.stream.open call
  • Run main.py with Python (“py -3 main.py” in console)
  • Start streaming, and configure the stream to show the game’s window and audio! Instructions for how to play should be on screen.

Reply here if you aren’t able to get it to work.