GalaxyShad / Zuma-Deluxe-HD

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zuma-Deluxe-HD

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

CMake -G <your generator>

๐Ÿ› ๏ธ Build via console

<your compiler> src\*.c -I include\ -o bin\Zuma.exe -lSDL2 -lSDL2main -lSDL2_Image -lBass -lBass_Fx -llibexpat -mwindows

๐Ÿ”— 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.

License:MIT License


Languages

Language:C 98.1%Language:CMake 1.9%