Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.14 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.14 KB

GamingCentral

GamingCentral is a gaming platform developed with Unity, offering various interactive games with engaging animations and a user-friendly interface. It supports cross-platform gameplay and includes features like memory games, connect four, and more.

Features

  • Multi-Game Platform: Includes games such as Connect Four, Memory, and Tic-Tac-Toe.
  • Interactive Animations: Enhances user experience with smooth animations.
  • Cross-Platform Support: Runs on Android, WebGL, and other platforms.
  • User Interface: Intuitive and responsive UI designed for different screen sizes.
  • Unity-Powered: Built with Unity, leveraging its powerful game development features.

Repository Structure

  • Assets: Contains all project assets, including animations, sprites, scripts, and scenes.
    • Animations: Unity animation files for game elements.
    • Scenes: Game scenes for different platforms (Android and WebGL).
    • Scripts: C# scripts for game logic and functionality.
    • Sprites: Visual assets for the games.
  • Packages: Dependency management files.
  • ProjectSettings: Unity project configuration files.

Getting Started

Prerequisites

  • Unity Hub and Unity Editor (2021.x or newer recommended).
  • A device or platform to test the builds (e.g., Android device or browser for WebGL).

Installation

  1. Clone the repository:

    git clone https://github.com/kristiangoystdal/GamingCentral.git
  2. Open the project in Unity Hub.

  3. Load the project into Unity Editor.

Running the Project

  • To run the games, open the desired scene from the Assets/Scenes folder.
  • Use the Unity Editor's Play button to test in the editor.

Building the Project

  1. Open File -> Build Settings.
  2. Select the target platform (e.g., Android or WebGL).
  3. Configure build settings as needed.
  4. Click Build to generate the playable game build.

Contributing

Contributions are welcome! Fork the repository and create a pull request for improvements or new features.

License

This project is provided for educational purposes and open for collaboration. Check the repository for further details.