1.0.0 • Published 4 years ago

@bruski/monster v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Monster Park

A node command line game.

You can print lovely monster through command line with node environment.

Hey boys and girls, let's get one right now!

Usage

First get into node environment, and require package:

node

const monster = require('@bruski/monster');

then show all the monsters:

monster.showAll();

// All the monsters: 
// 1: pikachu

Let's get a get a pikachu!

monster.get('pikachu');

// Come on, monster pikachu:

    へ     /|
  /\7    ∠_/
  / │   / /
 │ Z _,< /   /`ヽ
 │     ヽ   /  〉
  Y     `  /  /
 イ● 、 ●  ⊂⊃〈  /
 ()  へ    | \〈
  >ー 、_  ィ  │ //
  / へ   / ノ<| \\
  ヽ_ノ  (_/  │//
  7       |/
  >―r ̄ ̄`ー―_

There we go, hope u having fun!