textbased-programms/dice-simulation.js
@@ -16,7 +16,7 @@ let face = Math.floor(Math.random() * (max - min + 1) + min ); let path = `${IMG_DIR}/${face}.png`; let img = `<img width="20px" src="${path}" />`; let img = `<img width="50px" src="${path}" />`; terminal.clear(); terminal.printh(img); };