Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Your Only Move Is HUSTLE (Open Beta Version)

An online, turn-based fighting game and superpowered fight scene simulator. · By ivysly

why is the game x64?

A topic by JJ created Feb 17, 2023 Views: 401 Replies: 1
Viewing posts 1 to 2

idk if this question is dumb or has been explained already, but the game being in x64 doesn't work for affordable devices, i.e Laptops, idk if this is rlly only a problem for me or this has been making others in this community feel left out due to not having a device that supports x64

(+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).