Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Unfortunately x32 architectures have (understandably) been considered "obsolete" for enough years now that people often completely forget about it.
More complex games will sometimes require features that simply cannot be easily (and automatically) converted  for x32 (especially if physics are involved; since game engines use SIMD optimizations behind the scenes, there has to be a complete API with feature-parity to the x64 native one, which will likely run much slower).