Matio7k / QuantumShooter

Game created for Quantum Games Hackathon 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuantumShooter Banner

Table of Contents

About

QuantumShooter is an exciting space shooter game with a quantum twist. Pilot your spaceship through the depths of space, battling against waves of alien enemies and harnessing the power of quantum technology to gain the upper hand. Your mission: defend the universe from impending doom!

Features

  • ๐Ÿš€ Fast-paced space shooter gameplay.
  • โš›๏ธ Quantum power-ups and abilities.
  • ๐Ÿ‘พ Quantum entangled enemies.
  • ๐Ÿ† Challenging boss battles.
  • ๐ŸŽฎ Pixel art graphics and retro sound effects.

Screenshots

Gameplay

Watch the QuantumShooter Gameplay.

Getting Started

Follow these steps to get QuantumShooter up and running on your local machine:

  1. Clone this repository:

    git clone git@github.com:Matio7k/QuantumShooter.git

    or

    git clone https://github.com/Matio7k/QuantumShooter
  2. Open the project directory:

    cd QuantumShooter
    
  3. Create a Conda environment based on the provided environment configuration:

    conda env create -f ./environment.yaml
    
  4. Activate the Conda environment:

    conda activate QuantumShooter
    
  5. Now, you're ready to run QuantumShooter! Launch the game using Python:

    python game.py
    

License

This project is licensed under the MIT License - see the License file for details.

About

Game created for Quantum Games Hackathon 2023

License:MIT License


Languages

Language:Python 100.0%