Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright, add riddle #70

Merged
merged 2 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Reed Nelson
Copyright (c) 2024 Reed Nelson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

170 changes: 101 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/content/puzzles/action-riddles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Action Riddles
description: These riddles are given by example. The solver has succeeded when discover the trick and can give examples as well as the riddler.
description: These riddles are given by example. The solver has succeeded when they discover the trick and can give examples as well as the riddler.
---

These riddles are given by example. The solver has succeeded when discover the trick and can give examples as well as the riddler.
Expand Down Expand Up @@ -29,7 +29,7 @@ The riddle is to correctly identify what is and what is not behind the green gla

## Good Line/Bad Line

Ex. "Okay, from ____ to ____ is a good line." and "From ____ to ____ is a bad line."
Ex. "Okay, from \_**\_ to \_\_** is a good line." and "From \_**\_ to \_\_** is a bad line."

The riddle is to be able to correctly identify good and bad lines.

Expand Down
Loading
Loading