项目作者: joinpursuit

项目描述 :
Build a command line game!
高级语言: JavaScript
项目地址: git://github.com/joinpursuit/Command-Line-Game.git
创建时间: 2020-10-19T20:00:44Z
项目社区:https://github.com/joinpursuit/Command-Line-Game

开源协议:

下载


Pursuit Logo

Command Line Game Lab

Start to see how you can develop games in the command line. Documentation link

Learning Objectives

  • Learn to make a game in the console.
  • Practice with arrays and functions.
  • Bonus - completely working game.

    Prerequisites

    • Experience with values types and operators
    • Experience with conditionals
    • Comfort with JS loops
    • Comfort with Arrays.
    • Comfort with functions

    Getting Started

    • Fork this repo
    • Clone the forked repository
    • cd to the directory where you cloned it
    • npm install to install dependencies
    • npm test to run the tests
    • npm run bonus to run the bonus tests

Note: Remember to git add, git commit and git push regularly

Submission Guidelines

  • When finished, commit and push your work.
  • Make a pull request on github.
  • Submit the link to your pull request on Canvas.

Resources