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
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,14 @@ Criterion tests for each exercise are run with the command `make run`.
32
32
## Exercises
33
33
34
34
The 30 exercises are located in `/exercises/`, ready to code with (fake) headers and expectations are listed as comments.
35
-
The exercises are to be completed with most library functions prohibited; specification are listed above each prototype. Needed includes are already in the headers.
36
-
You may notice that the exercises are not all equal in difficulty, so you may want to practice them individually before attempting a full run.
35
+
The exercises are to be completed with most library functions prohibited; specification are listed above each prototype.
36
+
Needed includes are already in the headers. You may **open an issue** if some of them are missing.
37
37
38
38
---
39
39
40
40
## Tips & Speedrun
41
41
42
42
Not gonna lie, using Copilot to generate the code is cheating. It pretty much defeats the purpose of the challenge in one TAB hit.
43
43
Feel free to turn this into a speedrun, using tools like [LiveSplit](https://github.com/LiveSplit).
44
-
Find more tips or recommendations in `/speedrun/`.
44
+
You may notice that the exercises are not all equal in difficulty, so you may want to practice them individually before attempting a full run.
45
+
Find more tips and recommendations [**here**](/speedrun/).
Copy file name to clipboardexpand all lines: speedrun/README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@ You may note that my personal favourite type of run is the **111% nWAVICO full c
8
8
9
9
---
10
10
11
-
I may suggest various types of runs:
11
+
## Run types
12
12
13
13
-**Any%**: Complete all the exercises as fast as possible, using any means necessary (no peer programming allowed).
14
14
-**101%**: ^, but also while getting a perfect Valgrind score (no memory leaks, no errors).
15
15
-**111%**: ^, but also while respecting the [EPITECH coding style]. Use `make norm` to check your code using my Ruby script.
16
16
17
-
I may also suggest difficulty modifiers:
17
+
---
18
+
19
+
## Difficulty modifiers
18
20
19
21
- Difficulty amplifiers:
20
22
-**nW**: No Warning. Complete the exercises without leaving any compilation warnings behind (while using `-Wall -Wextra`; `-Werror` is therefore recommended).
@@ -32,6 +34,8 @@ I may also suggest difficulty modifiers:
32
34
-**nM**: No Music. Complete the exercises without any music. Full ASMR mode.
33
35
-**nT**: No Timer. Complete the exercises without any timer. Full Zen mode. But if you're not using a timer, you're not speedrunning, are you?
34
36
37
+
---
38
+
35
39
You may **open an issue** if my norm script is not working properly.
36
40
You may **open an issue** if you want to suggest a new type of run.
37
41
You may **open an issue** if you want to suggest a new difficulty modifier.
0 commit comments