Command-line game/utility

Command-line game/utility

You're tasked with making a command-line game or utility of your own choosing that you will run using Node.js. Think in the past of the command-line programs we've written, such as the Look-it-up Dictionary, Penguins vs. Communists, Princess is in Another Castle, Battleship, etc.

Well now you get to let your creativity run rampant as you come up with one of these on your own! The only difference is now you need to modularize your code by creating your very own Node.js module packages!

You can refer to the Node Module Basics post and the Node Module Patterns post for additional help, as well as your trusty friend Google.

If you're really stuck, some ideas you might consider are:

  • Tic Tac Toe
  • Hangman
  • Black Jack
  • A dice-roller app
  • A Rubik's Cube solver (just kidding, although this would put you in the V School Hall of Fame if you actually made one!)