This repository contains the Unity-based game developed during Global Game Jam 2023 by our team. The project was built under the theme of the jam and created within the 48-hour time constraint.
The game explores the theme of global warming and offers a short but engaging gameplay experience crafted collaboratively in a limited time. It combines simple mechanics with creative visuals and sound.
- Unity Engine (2021.3 or higher recommended)
- C# for game scripting
- Built-in Unity Input System
- Git for version control
- A unique gameplay mechanic based on the jam's theme
- Handcrafted level design and 2D/3D assets
- Custom sound effects and music
- Rapid prototyping under time constraints
- Unity Hub with Unity Editor installed (preferably 2021.3 LTS or compatible version)
- Clone the repository:
git clone https://github.com/tugcantopaloglu/global-game-jam-2023-unitygame.git
- Open the project in Unity Hub
- Open the main scene under the
Assets/Scenesdirectory - Press
Playto test the game in the Unity Editor
Assets/
├── Scenes/ # Game scenes
├── Scripts/ # Gameplay logic
├── Prefabs/ # Reusable game objects
├── Art/ # Sprites, models, or textures
├── Audio/ # Sound effects and music
└── ...
This project was created for non-commercial use during a game jam. For reuse or extension, please contact the authors.