UNPKG

nodewords

Version:

Command line word games

7 lines (5 loc) 160 B
const GameController = require('./src/game-controller'); (function start() { const gameController = new GameController(); gameController.pickGame(); }());