Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 597 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 597 Bytes

Fridge Unlocker for Old PC Game

This program unlocks the "Fridge" in an old PC game.

image

Description

The "Fridge" is represented as an array of arrays data structure:

boolean[][] init = {
    {false, true, false, false},
    {false, true, false, false},
    {false, true, false, false},
    {false, true, false, false}
};

## How to Use

1. Clone the repository.
2. Compile and run the program.
3. Follow the on-screen instructions to unlock the "Fridge".

## Requirements

- Java 8 or higher