WP Manifestindependent plugin directory
manifest / utilities / wp-slotkit

Slot Kit

A slot game engine for WordPress

by limikael · github.com/limikael/wp-slotkit · website

1stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/limikael/wp-slotkit/archive/refs/heads/master.zip

Declares an update source (https://github.com/limikael/wp-slotkit), so updates arrive through the plugin's own updater.

From the readme

wp-slotkit A slot game engine for WordPress. Intro Creating games Tweaks Player accounts Intro This is an engine for creating slotgames. It is created for the implementation of this idea, and you can test some games created with it here. It is open source, however, so you can use it for your own projects as you wish. It is implemented using PixiJS and is distributed as a WordPress plugin. If you want to test it, just install WordPress, then download the zip file and install it to your site as you would install any other WordPress plugin. Hopefully it should be self explanatory how to proceed from there. Creating games Games are created using the WordPress administration interface. Once the plugin is installed, you will find an extra admin menu called "Slotgames" in the regular left hand side administration menu. You can use it to create and edit games. The game creation editor lets you upload the graphics for the background of the games, as well as graphics for the keypad and symbols. It also lets you adjust parameters like spin speed and a whole lot of other things. Tweaks A "tweak" is an way to change how the game behaves, and a way to extend the functionality of a ga

Read the full README on GitHub →