Skip to content

Commit d9caea4

Browse files
committed
(v0.4.3-beta) Readme: Backstory + Contributors
Added a fun little backstory and the list of 10 yes ten contributors and playtesters!!
1 parent db0109f commit d9caea4

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

README.md

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
Override.exe is free software: you can redistribute it and/or modify
77
it under the terms of the AGPL-3.0 License.
88
-->
9+
<h1 align="center">
10+
Override.exe
11+
</h1>
12+
13+
---
914

1015
<p align="center">
11-
<img src="https://override.rupnil.codes/banner-text.png" width="100%" style="max-width: 400px;" alt="Override.exe">
16+
<img src="https://override.rupnil.codes/banner.png" width="100%" style="max-width: 400px;" alt="Override.exe">
1217
</p>
1318
<p align="center">
1419
<img src="https://img.shields.io/badge/React%20JS-%5E19.2.4-blue?style=for-the-badge&logo=react&logoColor=white" alt="React.JS %5E19.2.4">
@@ -27,14 +32,29 @@
2732
## Overview
2833
**Override** _(Override.exe)_ is a simple **webOS** inspired by _**Microsoft Windows 11**_ (no hate pls) that includes a special bonus!
2934
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+
---
3149

3250
## Requirements
3351
- A modern browser with JS support,
3452
- A keyboard and a mouse,
3553
- Curiosity and sheer will, &
3654
- Basic problem-solving skills
3755

56+
---
57+
3858
## Quick Start
3959
### Pre-hosted
4060
An instance of the ReactJS app is hosted by me through [Vercel](https://vercel.com/).
@@ -61,6 +81,9 @@ npm update
6181
### 3. Run Development Server
6282
```bash
6383
npm run dev
84+
```
85+
or
86+
```bash
6487
npx vite
6588
```
6689
### 4. Build for Production
@@ -69,7 +92,19 @@ npm run build
6992
```
7093
Then the final compiled webapp will be in the `build/` directory.
7194

95+
---
7296

73-
Playtesters & Contributors: Flux3tor, Snxhit_, Matthias, Nx75, Keyboard1000n17, abtheinnovator, redac1ed, TruthEntity, SeradedStripes
97+
## Contributors
98+
There are several well-wishers and playtesters who have helped me improve the app,
99+
either by playtesting or providing valuable feedback. I've listed them in no particular order.
100+
1. [@Flux3tor](https://github.com/Flux3tor),
101+
2. [@Snxhit_](https://github.com/Snxhit),
102+
3. [@Matthias](https://github.com/MatthiasLubbertsen),
103+
4. [@Nx75](https://github.com/Nx75),
104+
5. [@Keyboard1000n17](https://github.com/Keyboard1000n17/OSPedia),
105+
6. [@abtheinnovator](https://hackclub.enterprise.slack.com/team/U0A6U1V879V),
106+
7. [@redac1ed](https://hackclub.enterprise.slack.com/team/U0A848RGULQ), ← Supplied the browser!
107+
8. [@TruthEntity](https://github.com/SatyamRaj67/), ← Thanks for the inspiration!
108+
9. [@SeradedStripes](https://github.com/SeradedStripes), &
109+
10. [@stunt](https://github.com/Stu67nt)
74110

75-
BROWSER SUPPLIED BY: redac1ed

0 commit comments

Comments
 (0)