Skip to content

zdemirgithub/neoncircuits-mobilegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 

Repository files navigation

โšก Neon Circuits

A 2D neon-themed puzzle game for Android where you rotate circuit tiles to connect all power sources and terminals. Online leaderboards track your fastest solves.


๐Ÿš€ Features

  • ๐Ÿง  Puzzle gameplay with rotating tiles
  • ๐Ÿ”„ Pipe/circuit logic mechanic (not color-based)
  • โœจ Neon glow visual theme
  • ๐Ÿ“ถ Online leaderboard support (Firebase or PlayFab ready)
  • ๐Ÿ“ฑ Android optimized

๐ŸŽฎ How to Play

  • Tap tiles to rotate
  • Connect all terminals to the source
  • Beat levels fast and climb the global leaderboard

๐Ÿ“ฆ Installation

  1. Clone the repo and open in Unity 2022+
  2. Run Scenes/Main.unity
  3. Build for Android under File > Build Settings

๐ŸŒ Leaderboard Setup

Firebase (optional)

  1. Set up Firebase project: https://console.firebase.google.com
  2. Enable Authentication and Firestore
  3. Use Firebase Unity SDK
  4. Integrate inside OnlineManager.cs like so:
FirebaseFirestore db = FirebaseFirestore.DefaultInstance;
DocumentReference docRef = db.Collection("leaderboards").Document(levelID);
await docRef.SetAsync(new { time = time });
Or use PlayFab if preferred.

๐Ÿ“ Folder Structure
Assets/Scripts/ โ€” Game logic and managers

Assets/Prefabs/ โ€” Circuit tile prefabs

Assets/ScriptableObjects/Levels/ โ€” Level configuration

Assets/Materials/ โ€” Neon visual assets

Assets/Scenes/ โ€” Main game scene

๐Ÿ“ฑ Platform
โœ… Android

๐Ÿ”ฒ iOS (can be added)

โœ… Unity Editor

๐Ÿง‘โ€๐Ÿ’ป Author
Built with Unity + love.
Assets and mechanics are modular for easy expansion.

About

FULL C# SCRIPTS (Unity 2D, Android-Ready, Neon Theme, Online)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages