Skip to content

Dragon-Fox-Collective/SBEPIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBEPIS

SBEPIS is a first-person implementation of Homestuck's game SBURB. Our goal is to complete every hard task that other SBURB-sims haven't been able to do, like comprehensive AI and procedural alchemy.

Join our Discord server!

Cloning

git clone https://github.com/Dragon-Fox-Collective/SBEPIS.git -b act-2 --single-branch
cd SBEPIS
git submodule update --init --recursive
git submodule foreach --recursive git checkout main