Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuorielGame

A collection of helper game functions for ForgeScript, offering ready-made tools for creating popular mini-games.

Installation

npm i github:quoriel/game

Connection

const { ForgeClient } = require("@tryforge/forgescript");
const { QuorielGame } = require("@quoriel/game");

const client = new ForgeClient({
    extensions: [
        new QuorielGame()
    ]
});

client.login("...");

About

A collection of helper game functions for ForgeScript, offering ready-made tools for creating popular mini-games.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages