Skip to content

CyberDex/fire-wheel

Repository files navigation

Fire Wheel

This is an educational project, that implements a basic bonus wheel game, using PixiJS and its libraries PixiUI and PixiLayout.

It can be a starting point for your own learning and development journey with game development using PixiJS together with PixiUI and PixiLayout.

    - a rendering library built for the web.

    - commonly used UI components aplications based on PixiJS.

    - library for for simple and fast implementation of responsive user interfaces using PixiPS.

Prerequisites

To run this project, you need to have Node.js and npm installed on your system.

Setup and run the game

# Clone the repository
git clone https://github.com/CyberDex/fire-wheel

# Clone the repository
cd ./fire-wheel

# Install dependencies
npm install

# Start the project
npm start

Building the game

# Compile the game into a bundle, which can be found in `dist/`
npm run build

Usage

Feel free to use this project as a reference to develop your own game. Use the code comments to understand how it works and experiment by making changes to the code and seeing how it affects the UI.

Contributions

We encourage you to fork the repository and improve it in any way you see fit. Share your improvements with the community by submitting pull requests to the original repository.

License

This project is licensed under the MIT License.

UI Assets

Assets used in this project are from the following sources: https://graphicriver.net/item/cartoon-games-gui-pack-9/5644945 To use them in your projects, you need to purchase a license from the original author.


Author @CyberDex