Skip to content

Commit 1994b71

Browse files
committed
label the labrinth scenario as 'insane' difficulty
1 parent e54ba95 commit 1994b71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scenarios/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Legend:
4747
| Easy | You will be told each step, and each section includes the code that you should have ended up with, and there is a complete reference project. |
4848
| Medium | You will be told each step, but won't be shown all the code. There might be a reference project. |
4949
| Hard | You will be told what to accomplish, and maybe be given a couple pointers. There is probably no reference project. |
50+
| Insane | You'll need to implement some game engine features yourself |
5051

5152
## Scenarios
5253

@@ -55,4 +56,4 @@ Legend:
5556
- (Medium) [Driver's Ed](https://github.com/CleanCut/rusty_engine/tree/main/scenarios/extreme_drivers_ed.md)
5657
- (Hard) [Cannon Practice](https://github.com/CleanCut/rusty_engine/tree/main/scenarios/cannon_practice.md)
5758
- (Hard) [Space Invaders](https://github.com/CleanCut/rusty_engine/tree/main/scenarios/space_invaders.md)
58-
- (Hard) [Labrinth](https://github.com/CleanCut/rusty_engine/tree/main/scenarios/labrinth.md)
59+
- (Insane) [Labrinth](https://github.com/CleanCut/rusty_engine/tree/main/scenarios/labrinth.md) - Rusty Engine doesn't yet provide all the features needed to implement this scenario.

0 commit comments

Comments
 (0)