Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nubango/flowfree
Flow Free is an addictive puzzle game where you connect circles of the same color with pipes without crossing them. It is a replica of the game Flow Free by Big Duck Games (https://www.bigduckgames.com/flowfree), created with academic purposes for the Mobile Game Development subject at UCM
https://github.com/nubango/flowfree
android-game mobile-game puzzle-game scriptableobject unity unityads
Last synced: about 1 month ago
JSON representation
Flow Free is an addictive puzzle game where you connect circles of the same color with pipes without crossing them. It is a replica of the game Flow Free by Big Duck Games (https://www.bigduckgames.com/flowfree), created with academic purposes for the Mobile Game Development subject at UCM
- Host: GitHub
- URL: https://github.com/nubango/flowfree
- Owner: nubango
- Created: 2021-11-16T17:27:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:37:09.000Z (9 months ago)
- Last Synced: 2024-03-28T13:54:15.231Z (9 months ago)
- Topics: android-game, mobile-game, puzzle-game, scriptableobject, unity, unityads
- Language: C#
- Homepage:
- Size: 3.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![BANNER](images/banner-flow-free.jpeg)
Flow Free es un adictivo juego de puzzles donde conectas círculos del mismo color con tuberías sin que se crucen. Se trata de una réplica del juego [Flow Free de Big Duck Games](https://www.bigduckgames.com/flowfree), creada con fines académicos para la asignatura de Desarrollo de Videojuegos Móviles.
## Características técnicas
- Desarrollo de **juegos móviles con Unity**
- Integración de anuncios con **UnityAds**
- Implementación de **sistemas de ayuda** y pistas
- Gestión de datos desde **ficheros de texto**
- Diseño de **interfaz adaptable** a diferentes resoluciones y relaciones de aspecto
- Implementación de **sistemas de progreso y guardado** del jugador
- Estructura de niveles organizada en categorias y paquetes con **ScriptableObjects**![GAMEPLAY](/images/flow-free-gameplay.jpg)
## Gameplay
El objetivo principal del juego es **conectar los círculos del mismo color** mediante tuberías sin que se crucen, cubriendo todo el tablero. El jugador arrastra las tuberías para conectar los círculos, resolviendo puzzles de diferentes niveles de dificultad. El juego mantiene el interés con **nuevos niveles desbloqueables**, progreso registrado entre sesiones y la posibilidad de obtener pistas a través de anuncios recompensados.
## Controles
Tocar y arrastrar para conectar círculos con tuberías, seleccionar los niveles desde el menú e interactuar con todos los botones de la interfaz.
---
---![BANNER](images/banner-flow-free.jpeg)
Flow Free is an addictive puzzle game where you connect circles of the same color with pipes without crossing them. It is a replica of the game [Flow Free by Big Duck Games](https://www.bigduckgames.com/flowfree), created with academic purposes for the Mobile Game Development subject.
## Technical features
- **Mobile game development with Unity**
- Advertisement integration with **UnityAds**
- Implementation of **help systems and hints**
- **Data management** from text files
- Design of an **adaptive interface** for different resolutions and aspect ratios
- Implementation of **progress and saving systems** for the player
- Level structure organized into categories and packages with **ScriptableObjects**![GAMEPLAY](/images/flow-free-gameplay.jpg)
## Gameplay
The main objective of the game is to **connect circles of the same color with pipes** without crossing them, covering the entire board. The player drags the pipes to connect the circles, solving puzzles of varying difficulty levels. The game maintains interest with **unlockable new levels**, progress saved between sessions, and the possibility to obtain hints through rewarded ads.
## Controls
Touch and drag to connect circles with pipes, select levels from the menu, and interact with all interface buttons.