Skip to content

A remake of the legendary 2003 PopCap game with improved textures and support for 16:9 aspect ratio.

License

Notifications You must be signed in to change notification settings

180watt/Zuma-Deluxe-HD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zuma-Deluxe-HD-24

Fork Info

This should compile on any reasonable platform. (OK, probably not windows, but if that's the case- please, report a bug.) Anyhoo, you'll probably still need to change the CMakeLists.txt file to search in the proper paths for your system. With the transfer to SDL_mixer, some things have been lost. Namely, the fact that SDL_mixer can only play the first track of the "OST", so that's the music for the whole game. (Looking into this.) Secondly, SDL_mixer doesn't support pitch shifting natively, so until I stop being lazy, we don't have pitch shifting either.

A remake of the legendary 2003 PopCap game with improved textures and support for 16:9 aspect ratio. Made by me and s4lat.

preview

🎥 Media

Zuma_Deluxe_HD_Remake Zuma_Deluxe_HD_Remake (1)

Direct link to download the latest build

⬇️ [Stable] ZumaHD v0.1.0 Windows.zip

⛓️ Dependencies

🛠️ Build via CMake

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cd bin
./ZumaHD

🔗 Sources used

Thanks to hclxing for the article on how paths are stored in .dat files.

📃 License

Source code is under MIT License, but all assets (in content folder) belong to PopCap and EA games

10.04.2023 Status

Currently project framework is under reconstruction, check "api-rework" branch.

About

A remake of the legendary 2003 PopCap game with improved textures and support for 16:9 aspect ratio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • CMake 0.5%