Commit 4893edb5 authored by Adam Blank's avatar Adam Blank
Browse files

Update README.md

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -19,13 +19,13 @@ You should begin by trying to display all of these values and determining what t
a new file and modify it to do the traversal for you. DO NOT try to do this by hand using `Repl.java`. You should submit the decrypted
text you found to `gitlab` for this part.
## Graphputer Commands for this part
## Graphputer commands for this part
- `pwd`: This command will tell you the name of the node you're currently at.
- `ls`: This command will list all of the neighbor nodes of the current node you're at.
- `cd`: This command will move you to an adjacent node.
- `frob`: This command will toggle the display of the current node in the browser output.
# Part 2
# Part 2: Animals and Occupations
Following Part 1, you should infer an occupation and animal based on the text you decrypted. Find the relevant node
in `graphputer`'s memory. There will be a hex number associated with that node. You should submit that hex number of `gitlab`
for this part.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment