View all by Magn
Magn
Follow Magn
Follow
Following Magn
Following
Add To Collection
Collection
Comments
Devlog
Submission to Text Only Jam 2 [8 Bits to Infinity]
Lattjo
←
Return to Lattjo
Devlog
Larger screen, timer and colors
May 30, 2021
by
Magn
The screen size was doubled to increase the visibility of the letters which were blurry before. Colors were added to enable separating the words, even if this was not necessary to play the game. Final...
Continue reading
Third draft
May 17, 2021
by
Magn
<!DOCTYPE html> <html> <body> <canvas id="myCanvas" width="300" height="300" style="border:1px solid #d3d3d3;"> Your browser does not support the canvas element. </canvas> <script> window.addEventList...
Continue reading
First draft
May 17, 2021
by
Magn
<!DOCTYPE html> <html> <body> <canvas id="myCanvas" width="300" height="300" style="border:1px solid #d3d3d3;"> Your browser does not support the canvas element. </canvas> <script> var x=0,y=0,l=11;r=...
Continue reading
Second draft
May 17, 2021
by
Magn
<!DOCTYPE html> <html> <body> <canvas id="myCanvas" width="300" height="300" style="border:1px solid #d3d3d3;"> Your browser does not support the canvas element. </canvas> <script> window.addEventList...
Continue reading