You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Override**_(Override.exe)_ is a simple **webOS** inspired by _**Microsoft Windows 11**_ (no hate pls) that includes a special bonus!
29
34
The special bonus is, ofc, a **puzzle game** divided into **6** simple steps (or **7** if you count the lockscreen) each testing a different knowledge/skill.
30
-
I've tried to make the puzzles very easy to solve, while also proving `info` and `hints` in the ProgressPanel on the top-right.
35
+
I've tried to make the puzzles very easy to solve, while also proving `info` and `hints`.
36
+
> Note: **Hints** and **Info** can be found in the ProgressPanel on the top-right!
37
+
38
+
---
39
+
40
+
## Backstory
41
+
You have applied for a Cybersecurity internship [@Hackclub's HQ](https://hackclub.com/).
42
+
They receive 100s of applications but there are only a handful of seats.
43
+
They have devised a plan.
44
+
They have organized a `practical` test. They have taken control over your PC.
45
+
Can you regain control and show your skills?
46
+
> You can skip this test and just use the webOS normally. Its optional but I highly recommend it.
47
+
48
+
---
31
49
32
50
## Requirements
33
51
- A modern browser with JS support,
34
52
- A keyboard and a mouse,
35
53
- Curiosity and sheer will, &
36
54
- Basic problem-solving skills
37
55
56
+
---
57
+
38
58
## Quick Start
39
59
### Pre-hosted
40
60
An instance of the ReactJS app is hosted by me through [Vercel](https://vercel.com/).
@@ -61,6 +81,9 @@ npm update
61
81
### 3. Run Development Server
62
82
```bash
63
83
npm run dev
84
+
```
85
+
or
86
+
```bash
64
87
npx vite
65
88
```
66
89
### 4. Build for Production
@@ -69,7 +92,19 @@ npm run build
69
92
```
70
93
Then the final compiled webapp will be in the `build/` directory.
0 commit comments