Quantum-Game / quantum-game-2

LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
https://quantumgame.io
MIT License
65 stars 16 forks source link

ket updates #174

Closed stared closed 4 years ago

stared commented 4 years ago

To fix:

image

image

stared commented 4 years ago

I think what is the is the issue with font rendering in game.

Montserrat rendered in the game, as we load Google fonts:

image

Arial, in BraKetVue (as it is the first available font from the list Montserrat, Helvetica, Arial, sans-serif). It is the de facto font for labels, etc:

image

Or my suggestion with monospace (to ensure that inside |> symbols take the same space):

image

@KlemKlem, to see which font was rendered, you can check Computed here:

image

More on fonts:

stared commented 4 years ago

The main style is much nicer, finally:

image

But it seems I messed circles:

image

Or not, as it seems that there are never two in a line:

image

In general, I am clueless with all this inline, block and flex combinations in all variants of concatenation. :(

stared commented 4 years ago

Now circles work:

image

No idea why there is some error with the transition matrix:

image

stared commented 4 years ago

A few updates for encyclopedia transition matrix:

image