Code Monkey home page Code Monkey logo

qilin's People

Contributors

wslu42 avatar

Watchers

 avatar

qilin's Issues

Bug exist in certain gate combination

image
This should be a GHZ state (111+000, as a result showing 7/0 instead of 6/0)
image
This should also be a GHZ state (111+000, as a result showing 7/0 instead of 5/0)

It seems that when qubit 2 is involved, the CNOT next to it was ignored and only showed Bell state instead of GHZ state.

There are more issues in terms of cyclic identification in qubit numbers...
image

Add dialogue interactions for story mode

  1. Need dialogue (Q vs Daedalus) instead of monologue.
  2. Use highlight when Daedalus is teaching.
  3. Add interactive dialogue box to allow user selectively skip parts of the tutorial.
  4. Think again the transition between modes

Animations and visuals to be added

  1. When kill loopeon we need an animation to visually indicate that.
  2. When loopeon breaches we need an animation to visually indicate that.
  3. When delete gates on certain qubit we need an animation to visually indicate that.
  4. CNOT is still not quite visually understandable.
  5. cooler QC CMP interface
  6. Face for Q
  7. where does laser starts and ends
  8. Also add flying feeling, such as https://ztiromoritz.github.io/pico-8-shooter/

Adjust ENDROP value to make game more fun by increasing challenges

  if killcount>512 then
    endrop=0.7
  elseif killcount>256 then
    endrop=0.6
  elseif killcount>128 then
    endrop=0.5
  elseif killcount>64 then
    endrop=0.4
  elseif killcount>32 then
    endrop=0.3
  elseif killcount>16 then
    endrop=0.25
  else
    endrop=0.2
  end

The current game pace is too slow at the beginning.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.