Skip to content

tdejong00/qugame

Repository files navigation

QuGame: An Educational Quantum Game

QuGame is an educational 3D-game created using Godot Engine, where players can become more familiar with simple quantum computing. At the moment, the game is limited to single-qubit systems. The game includes three tutorial levels, which introduce the player to quantum computing and showcase how different quantum gates work. After completing the tutorial levels, players unlock a Sandbox Mode where they can play around freely.

Prerequisites

  • Make sure Godot 4.x is installed (which can be downloaded here).

Installation

  1. Clone the repository.
  2. Navigate to the root of the project.
  3. Run godot --export-release [Linux|Windows].
  4. Navigate to the corresponding export folder and run the created executable.