1.1.3 • Published 8 years ago

game-cli v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago