gamifier
v0.0.2
Published
Generates games with no javascript. Currently only tic-tac-toe
Downloads
10
Maintainers
Readme
Gamifier
Generate games with no javascript.
Usage
Run gamifier with this command.
npx gamifier <game>
Currently only supported game is tic-tac-toe
.
Tic-Tac-Toe Options
Change a player's name:
npx gamifier tic-tac-toe [p1=<name>] [p2=<name>]