game-theme

1.0.0 • Public • Published

Game Theme Generator

Generate the theme of your next game!

Note: It works out-of-the-box as a CLI or module

NPM

Command Line gametheme

Installation

npm install game-theme --global

Usage

$> gametheme
Theme chosen: Crazy big weapon

Module

Installation

npm install game-theme

Usage

var theme = require('game-theme');
console.log('Theme: ', theme);

Contribute

You have an awesome game theme to share?

  1. Fork the repository
  2. Update the themes.json file
  3. Create a Pull Request

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i game-theme

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • jonashartmann