Skip to content

blockyfish-client/desktop-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Blockyfish Client

Blockyfish is a custom client made for Deeeep.io made with Electron.js. It allows plugins to be easily created to modify the game experience.

🚀 Installation

Download the latest version of the client from the official website.

🛠️ Development

Pre-requisites

Running project from source code

  1. Clone the GitHub repository
git clone https://github.com/blockyfish-client/desktop-client
cd desktop-client
  1. Install dependencies
npm install
  1. Start the Electron.js app in debug mode
npm test

🧩 Plugins

Please refer to the documentation for more information.

To contribute a plugin, open a pull request to the plugins repository.

✨ Contributing

Pull requests are always welcome. Please make sure to test your code before submitting a pull request.