Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (46 loc) · 2.51 KB

README.md

File metadata and controls

65 lines (46 loc) · 2.51 KB

You will need to continue the project yourself if you want this project to see the light of day. Make sure to contact us (Discord: room.shambles or jakubg1) and read the entirety of the post linked above if you are interested.

Discord

A preservation & recreation project for Zuma Blitz Kroakatoa Island using OpenSMCE.

About

Zuma Blitz was a Facebook game that used Adobe Flash, from 2010-2017. It released on December 14, 2010. It then had a revamp in 2012, called Kroakatoa Island, and was closed March 31, 2017.

This project is a collaborative effort in order for past Zuma Blitz players to relive their 1-minute ball shooting memories.

Running from source

Make sure LÖVE2D 11.3 or later is installed on your machine.

Windows

Run start.bat.

macOS

Do the following in a terminal:

cd ZumaBlitzRemake
chmod +x ./start-macos.command
After that, you can double-click on `start-macos.command`.

Linux

Navigate to the main folder in a terminal and type in:

love .

Building

Windows

You will need to install the following:

Then, simply run build.bat. You will see a new folder named build after it's finished. To skip creation of *.zip files, pass --no-packages.

macOS

I unfortunately don't have a Mac, so someone else has to build these.

Follow the instructions on the LÖVE2D wiki.

Linux

As OpenSMCE uses LÖVE2D 11.3 due to 11.4's stability issues, AppImages aren't an option. The only option for now is to run from source or distributing a .love file.

Contributing

See CONTRIBUTING.md.

Any new features added in this fork may be added to OpenSMCE in general.