Skip to content

Commit 41d5908

Browse files
fix: add README.md for completed projects
1 parent 8d7d7f0 commit 41d5908

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

hyperskill/04_hypergram/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Hypergram
2+
3+
My solution to the project [Hypergram](https://hyperskill.org/projects/199?track=5) on [Hyperskill](https://hyperskill.org).
4+
5+
Each stage of the project is in a separate folder.

hyperskill/05_minesweeper/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Minesweeper (JavaScript)
2+
3+
My solution to the project [Minesweeper (JavaScript)](https://hyperskill.org/projects/108?track=5) on [Hyperskill](https://hyperskill.org).
4+
5+
Each stage of the project is in a separate folder.

hyperskill/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| [To-Do List (JavaScript)](./03_todo_list) | Challenging | Completed |
1010
| [Hypergram](./04_hypergram) | Medium | Completed[^1] |
1111
| [Minesweeper (JavaScript)](./05_minesweeper) | Challenging | Partially Solved[^2] |
12+
| [Open Space](./06_open_space) | Hard | In Progress |
1213

1314
[^1]: The project is completed (as per the requirements) but there is no way to pass the tests for the last stage on the Hyperskill platform due to the error in the tests themselves, at the same time you can run the project locally and see that it works as expected.
1415
[^2]: The project is partially solved (first two stages), the game works as expected but there is no way to pass the tests for the 3rd stage on the Hyperskill platform due to the error (?) in the tests themselves. I decided to move on to the next project - time is to precious to waste it, but at the same time I've added functionality to the game that was not required by the project description, so I consider it as partially solved.

0 commit comments

Comments
 (0)