Skip to content

Quantum-Flytrap/your-first-quantum-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

your-first-quantum-game

Quantum Games Hackathon 2021

Workshop Create your first quantum game in JavaScript by Piotr Migdał from Quantum Flytrap.

Setup

You need git and GitHub account. We strongly recommend to use the Visual Studio Code editor - powerful, easy-to-use, good support of JavaScript, free.

To get files on your computer, first FORK this repository, then:

git clone git@github.com:YOUR_USERNAME/your-first-quantum-game.git

To test it just open in a browser the HTML file.

To publish YOUR game, click your reposotiory SETTINGS then PAGES.

For example, this main one is https://quantum-flytrap.github.io/your-first-quantum-game/simple.html.

What's that

We use pure HTML and JavaScript to create a browser experience.

We use Quantum-Flytrap/quantum-tensors for quantum operations.

Documentation: https://quantum-flytrap.github.io/quantum-tensors/. Examples of usage in https://github.com/Quantum-Flytrap/quantum-tensors/tree/master/tests.

Recomended materials

Other ways to go

  • Vue.js - a simple JavaScript framework
  • Phaser.js - a popular JS game engine

Releases

No releases published

Packages

No packages published