Skip to content

quoriel/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Contributors