Skip to the content.

Cookie_clicker

{ “cells”: [ { “cell_type”: “code”, “execution_count”: null, “metadata”: { “vscode”: { “languageId”: “html” } }, “outputs”: [], “source”: [ “<html lang="en">\n”, “<head>\n”, “ <meta charset="UTF-8">\n”, “ <meta name="viewport" content="width=device-width, initial-scale=1.0">\n”, “ \n”, “\n”, “</head>\n”, “<body>\n”, “ <h1>Cookie Clicker</h1>\n”, “ <img src="/avas_2025/images/cookie.png" alt="Cookie" id="cookie">\n”, “ <div id="score">Score: 0</div>\n”, “ <audio id="clickSound" src="/avas_2025/assets/click.wav"></audio>\n”, “ \n”, “</body>\n”, “</html>” ] } ], “metadata”: { “kernelspec”: { “display_name”: “venv”, “language”: “python”, “name”: “python3” }, “language_info”: { “codemirror_mode”: { “name”: “ipython”, “version”: 3 }, “file_extension”: “.py”, “mimetype”: “text/x-python”, “name”: “python”, “nbconvert_exporter”: “python”, “pygments_lexer”: “ipython3”, “version”: “3.12.3” } }, “nbformat”: 4, “nbformat_minor”: 2 }