https://github.com/rudaina6/logicon
A simple game to teach the basics of Logic Gates
https://github.com/rudaina6/logicon
cpp educational-game logic-gates qt
Last synced: 3 months ago
JSON representation
A simple game to teach the basics of Logic Gates
- Host: GitHub
- URL: https://github.com/rudaina6/logicon
- Owner: rudaina6
- Created: 2025-06-18T09:19:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-26T13:20:07.000Z (about 1 year ago)
- Last Synced: 2025-07-19T14:13:31.808Z (12 months ago)
- Topics: cpp, educational-game, logic-gates, qt
- Language: C++
- Homepage:
- Size: 6.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LogicOn 🧠⚡
**LogicOn** is an interactive logic gates simulation game built with **Qt (C++)**, designed to help users learn and play with logic circuits.
## Features
- Tutorial section with Educational UI for basics
- Puzzles with increasing difficulty
- Real-time output simulation of circuits
## Tech Stack
- C++ with Qt Framework
- Qt Widgets for UI
## UI Screenshots
- Cover Page

- Tutorial Tab



- Levels Pages




## Run the App
1. Open `LogicOn.pro` in Qt Creator
2. Click "Run qmake"
3. Build and run the project