Unity Badge CSharp Badge Platform Badge
Bouncing Pet Square is a simple yet fun game where you control a bouncing square as your pet. The goal is to keep it bouncing within its environment. This is my first game created using Unity and C#, and it demonstrates basic game mechanics such as physics and simple controls.
- Main Features:
- Simple and easy to play
- Control a bouncing square pet
- Physics-based movement
You can play the game directly on your browser by clicking the following link:
-
Clone the Repository:
- To clone the repository, run the following command in your terminal:
git clone https://github.com/Gatorrante/S6_FirstUnityProject.git
- To clone the repository, run the following command in your terminal:
-
Checkout the Web Build:
- Switch to the
web_buildbranch to access the build that can be run in a web browser:git checkout web_build
- Switch to the
-
Open in Unity:
- Open the project in Unity (version 2021.3 or later recommended).
- Load the scene
MainSceneto start playing and testing the game.
-
Run the Game:
- Press
Playin the Unity Editor to test the game within the editor. - Alternatively, build the game for your desired platform by selecting
File > Build Settings....
- Press
- Main Gameplay Screen: Main Gameplay Screen
This game was developed as a learning project to get familiar with Unity and C#. It demonstrates basic game development principles such as object movement, collision detection, and game physics.
Leer en Español
Unity Badge CSharp Badge Platform Badge
Mascota cuadrada que rebota es un juego simple pero divertido donde controlas un cuadrado rebotador como tu mascota. El objetivo es mantenerlo rebotando dentro de su entorno. Este es mi primer juego creado usando Unity y C#, y demuestra mecánicas de juego básicas como física y controles simples.
- Características Principales:
- Simple y fácil de jugar
- Controla una mascota cuadrada rebotadora
- Movimiento basado en física
Puedes jugar al juego directamente en tu navegador haciendo clic en el siguiente enlace:
Jugar a Cuadrado Mascota Rebotador
-
Clonar el Repositorio:
- Para clonar el repositorio, ejecuta el siguiente comando en tu terminal:
git clone https://github.com/Gatorrante/S6_FirstUnityProject.git
- Para clonar el repositorio, ejecuta el siguiente comando en tu terminal:
-
Cambiar a la Build Web:
- Cambia a la rama
web_buildpara acceder a la build que puede ejecutarse en un navegador web:git checkout web_build
- Cambia a la rama
-
Abrir en Unity:
- Abre el proyecto en Unity (se recomienda la versión 2021.3 o posterior).
- Carga la escena
MainScenepara comenzar a jugar y probar el juego.
-
Ejecutar el Juego:
- Presiona
Playen el Editor de Unity para probar el juego dentro del editor. - Alternativamente, construye el juego para la plataforma que desees seleccionando
Archivo > Configuración de la Build....
- Presiona
- Pantalla Principal del Juego: Pantalla Principal del Juego
Este juego fue desarrollado como un proyecto de aprendizaje para familiarizarme con Unity y C#. Demuestra principios básicos de desarrollo de juegos como el movimiento de objetos, detección de colisiones y la física del juego.