This repository contains a game prepared by the REVERSED section to showcase during PutCyberCONF 2024.
The game is an implementation of the all-time classic snake game. It consists of levels impossible to beat without modifying the program's code appropriately.
The snake aims to collect a fruit with a minuscule chance of appearing. The player must increase the probability of this event or hardcode it as permanent.
The level is beaten once the snake has eaten an impossibly large amount of fruit. The requirement must be lowered or the number of points accredited by each gathered fruit must be increased.
Victory is achieved after eating the fruit hidden behind an impenetrable wall. The wall must be removed, the fruit displaced, or collisions disabled.
- Closing the victory message immediately after its appearance causes the game to freeze.
- The game MUST NOT be closed using the X in the title bar!!! The "abandon snek" button is used to close the program.