Skip to content

Commit

Permalink
updated instructions and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaSmith04 committed Oct 8, 2024
1 parent 7f536ef commit 34a4d3d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
# jewel-thief
# 💎 Jewel Theif 💎
Interactive Jewel stealing game

REMINDERS FOR NEXT YEAR:
Fix spacing issue of editor and game space
fix the walls and phasing trough them, maybe just redo the walls with a boolean isWall variable
link levels together maybe, like get the jewel and go through a door to get to the second level
## 🕹️ How to Play
Use the code box to code movements left, right, up, and down to move your robber and steal the jewel!
Type:

To do still:
level generation with text file to make the boxes
fix movement
<b>'moveRight()'</b> to move to the right

<b>'moveLeft()'</b> to move to the left

<b>'moveDown()'</b> to move down

<b>'moveUp()'</b> to move up.


<b>Tip:</b> Use loops to decrease the amount of code you have to write!
Use loop syntax: [# times ... end] with # being a number.


<b>Tip:</b> Click 'Toggle Arrow Keys' to be able to use your arrow keys and unlock all levels!


## 💻 Development

Run with:
python -m http.server for Windows/Linux
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3 style="padding: 0px; margin: 0px;"><b>Instructions:</b></h3>
<h3 style="padding: 0px; margin: 0px;"><b> Tips:</b></h3>
<div style="background-color: lightgrey; margin-left: 10px; margin-right: 10px; border-radius: 10px; padding: 5px; ">
<p style="padding-top: 10px;"><b>Tip:</b> Use loops to decrease the amount of code you have to write!</p>
<p>Use loop syntax: [#times ... end] with # being a number.</p>
<p>Use loop syntax: [# times ... end] with # being a number.</p>
<p><b>Tip:</b> Click 'Toggle Arrow Keys' to be able to use your arrow keys.</p>
</div>
</div>
Expand Down

0 comments on commit 34a4d3d

Please sign in to comment.