Skip to content

Artuomka/Fridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

"Fridge"_Unlocker_Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages