Skip to content

Latest commit

 

History

History

readme.md

How to build a War Games terminal Game with Node.js

The problem you wanted to solve

We saw a movie with command line game and wanted to try and recreate it by applying our knowledge.

What is War Games Game

Process (Steps)

  1. ascii art
  2. modules for reusable code
  3. process.argv
  4. callbacks
  5. promises
  6. other libraries

Tech stack

  • Node.js

The process of building War Games Game

Conclusion

Key learnings

Learning Objectives

  1. Describe how something works. (Remember & Understand)
  2. Demonstrate how to build the project. (Apply & Analyze)
  3. Design something else based off the project. (Apply & Analyze)

Tips and advice

Final thoughts and next steps