New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

game-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

game-cli

node program to creat text based adventure games from JSON

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

game-cli

node program to make text based adventure games

simply run game-cli your JSON file needs:

Name

Description

Rooms

An array of all the rooms inyour game.

Rooms must Have:

Name

Description

Go

an object each item is a key-value pair where if the user types "go [key]" they will end up on the room with the name [value]

Rooms May Have:

win

a boolean, if true the game will play this rooms the description and end the game.

Keywords

game

FAQs

Package last updated on 14 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts