Skip to content

jonashartmann/game-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate the theme of your next game!

Resources

License

Stars

Watchers

Forks

Packages

No packages published