Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks :) This is what I used primarily: https://github.com/pybox2d/pybox2d/wiki/manual

(1 edit)

hey, if i wanted to use pybox2d how should i download it, i couldn't find a pip install.

(+1)

it's just `pip install Box2D`. However, when I worked on this a few weeks ago it didn't seem like Box2D supported python 3.9, 3.10, or 3.11 (pip install gives an error). So I had to use python 3.8.