Este juego fue mi primer mini proyecto con Java, hecho para una PAC de desarollo del curso de Desarrollo de aplicaciones Web "Programación A" del profesor Alberto Castedo Espeso que actualmente estoy cursando. Es una app de consola que simula el clásico juego de piedra, papel y tijera.
Master Strategy, Outsmart Opponents, Win Every Time
#Table of Contents
Overview Getting Started Prerequisites Installation
- piedra-papel-tijera.java is a console-based Rock-Paper-Scissors game developed as a beginner Java project, perfect for learning fundamental programming concepts through an interactive experience.
- Why piedra-papel-tijera-java?
- This project aims to help new developers grasp core Java skills. The core features include:
📝 🎮 User Interaction: Engages players with a simple command-line interface to play the game.
🔧 🧱 Clear Code Structure: Designed with readability and educational value in mind, making it easy to understand and modify.
💡 📚 Learning Focus: Demonstrates control flow, user input handling, and basic object-oriented principles.
⚙️ 🚀 Lightweight & Quick Setup: Minimal dependencies, enabling rapid deployment and testing.
🎯 🔍 Practical Example: Serves as a foundational project for mastering Java programming fundamentals. Getting Started
- Prerequisites
- This project requires the following dependencies:
Programming Language: Java
-
Installation
-
Build piedra-papel-tijera-java from the source and install dependencies:
- Clone the repository:
❯ git clone https://github.com/benriosdev/piedra-papel-tijera-java Navigate to the project directory:
❯ cd piedra-papel-tijera-java Install the dependencies:
echo 'INSERT-INSTALL-COMMAND-HERE'