An open API service indexing awesome lists of open source software.

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

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

![image](https://github.com/user-attachments/assets/f129924c-e521-4044-8f91-70b2211b3056)

- Tutorial Tab

![image](https://github.com/user-attachments/assets/edf923d3-5743-4569-aba1-f5c31a759cb6)

![image](https://github.com/user-attachments/assets/e915c563-54ce-411b-8253-d9a12d2b573f)

![image](https://github.com/user-attachments/assets/6e785286-e912-4502-9e0d-e2fcedfe23e6)

- Levels Pages

![image](https://github.com/user-attachments/assets/428c9cfc-494e-4a3d-ba32-284626e8a8ad)

![image](https://github.com/user-attachments/assets/e2dd2f18-45bc-4db8-a59c-ba6f9e998ac5)

![image](https://github.com/user-attachments/assets/770ef295-8d5f-4aa5-ad55-925331a16aa7)

![image](https://github.com/user-attachments/assets/c091e9ff-dd4f-4387-8d2f-0831800ad024)

## Run the App

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