CommandLineHeroes/clh-bash

[Instruction State] Golden Commands

Closed this issue · 2 comments

Have a primer screen before the game starts that has like a randomly selected list of golden commands that will be displayed before the game starts that is part of the instructions screen that says "Here are a few commands to get you started" then they disappear and the game starts, the golden commands will count bonus points for memory.

this helps many things:

  1. It kind of gives a primer into the game instead of just dropping them on a command line
  2. It makes the game totally playable for people who know nothing about ANY of the things, because they can treat it simply as a memory challenge
  3. It kind of makes it a little less tempting to bring a list and just type stuff, since we'll show a list at the beginning and people that are good at remembering the golden commands will get bonus points vs people dumbly entering from a printed list or their phones

The golden commands can have extra juice when they enter them right, and they will be different each game

These should be in columns headed with what language they are pulled from: Bash, Javascript, Python, HTML.

Done!