Skip to content

Instantly share code, notes, and snippets.

@dribnet
Last active October 13, 2021 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 37 You must be signed in to fork a gist
  • Save dribnet/dece0be274ed3a21ee238c351dc99c51 to your computer and use it in GitHub Desktop.
Save dribnet/dece0be274ed3a21ee238c351dc99c51 to your computer and use it in GitHub Desktop.
PS4 MDDN 342 2018
license: mit
height: 720

PS4 MDDN 342 2018

In my example I am starting with the classic 10print commodore screen. My idea is to expose an additional level of maze as a person zooms in closer. In my case, the additional maze elements will appear behind the original layer. The smaller mazes will also have more structure and less contrast than the largest layers.

This README should be updated as the code changes. Replace this placeholder text and use this README as a design journal to record your process. Be sure to use complete sentences, and you can reference your sketch which will appear above. The explanation should be short but complete, roughly 100 words.

Also update both images keeping their original sizes: preview.png (960x500) and thumbnail.png (230x120).

<head>
<style> body {padding: 0; margin: 0;} </style>
</head>
<body style="background-color:white">
<img src="sketch.png" width="960" height="720"/>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment