Guess The Transformation
HOMEAbout
Who made this game?
This is a game created by Stephen Xu and Annabelle Lee to help demonstrate the basics of computer graphics in relation to linear algebra.
What is the point of this game?
The point of this game is simple. You are given an image, and must try to guess the transformation that was applied to the image. There are multiple stages, with increasing difficulty, starting from simply guessing the type of transformation, to guessing the exact transformation matrix.
How was this game built?
This game is built using the Phaser 3 framework, which is a JavaScript library for creating games. The game is built using HTML, CSS, and JavaScript. The game is hosted on Cloudflare Pages, which is a free static site hosting service. The game is open source, which means that anyone can view the code and make changes to it.