@bruski/monster

A node command line game to print lovely monsters.

Usage no npm install needed!

<script type="module">
  import bruskiMonster from 'https://cdn.skypack.dev/@bruski/monster';
</script>

README

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!