Peach City is an engaging action game set in a vibrant city inhabited by anthropomorphic fruits. Dive into a colorful world filled with challenges and combat in this 3D third-person-shooter.
- Dynamic Action: Battle enemies and navigate through a bustling city in this 3D third-person-shooter.
- Engaging Gameplay: Explore, overcome obstacles and defeat foes.
- Movement: Use arrow keys or joystick to move.
- Combat: Use your weapons to defeat enemies
- Explore: Interact with the environment and discover hidden secrets.
- OS: Windows, macOS, Linux
- Processor: Intel Core i5 or equivalent
- Memory: 4 GB RAM
- Graphics: OpenGL 2.1
This is a simple Minesweeper game implemented in Java. The game consists of a 4x4 board where the player must find a treasure while avoiding mines. The game is played on a 4x4 grid.
- Input Coordinates: Enter the row and column numbers to uncover a cell.
- Find the Treasure: Locate the treasure while avoiding mines.
- Avoid Mines: If you uncover a mine, you lose the game.
- Windows:
- Go to the Start Menu, type
cmd
, and press Enter. - Copy the path to the folder where the file is located.
- Navigate to that directory by running the following command:
(Replace
cd C:\Users\YourUserName\PathToFolder
YourUserName
andPathToFolder
with your actual user name and the path to the folder you copied.)
- Go to the Start Menu, type
- Run the following command to compile the Java file:
javac Minesweeper.java
- Execute the following command to start the game:
java Minesweeper
Text-based Escape Room game developed in Python. Our team added a feature where the player must input a secret word to unlock a door, increasing the game's difficulty.
Game Description
Interactive text-based adventure where the player explores rooms, finds keys, and unlocks doors to escape the house.
How to Play
- Explore rooms.
- Examine objects to find keys.
- Unlock doors with keys or secret words.
Repository Link
Note: To ensure the code runs correctly, the file EscapeRoomFunctions.py
must be placed in a folder named Functions
within your Google Drive.
Author Carlos