diff --git a/main.py b/main.py index 0fa036f..9ec9cc8 100644 --- a/main.py +++ b/main.py @@ -10,7 +10,7 @@ users = { posts = [ {"alias": "history", "title": "Picture Puzzle history", "image": "picture-puzzle.png"}, {"alias": "update-1", "title": "Game 'Picture Puzzle remake' update 1.0", "image": "baobab.png"}, - {"alias": "how-it-was-made", "title": "Picture Puzzle remake - How it was made", "image": "coding.png"}, + {"alias": "how-it-was-made", "title": "How the 'Picture Puzzle remake' was made", "image": "coding.png"}, {"alias": "difficulties", "title": "Difficulties while making game", "image": "staircase-fail.png"}, {"alias": "chatgpt", "title": "ChatGPT as code helper", "image": "gpt-meme.png"}, {"alias": "update-1-1", "title": "Game 'Picture Puzzle remake' update 1.1", "image": "skeleton.png"}, diff --git a/static/images/15puzzle.png b/static/images/15puzzle.png deleted file mode 100644 index 094e8c1..0000000 Binary files a/static/images/15puzzle.png and /dev/null differ diff --git a/static/images/coding-2.png b/static/images/coding-2.png deleted file mode 100644 index fbdf2d1..0000000 Binary files a/static/images/coding-2.png and /dev/null differ diff --git a/static/images/coding.png b/static/images/coding.png index 3028b25..fbdf2d1 100644 Binary files a/static/images/coding.png and b/static/images/coding.png differ diff --git a/templates/advices.html b/templates/advices.html index 4643f88..3d97e95 100644 --- a/templates/advices.html +++ b/templates/advices.html @@ -1,14 +1,14 @@ {% extends 'base.html' %} {% block title %} - Game "Picture Puzzle remake" update 1.0 + Advices for game developers {% endblock %} {% block content %} <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}"> <section class="content"> - <h1>Game "Picture Puzzle remake" update 1.0</h1> - <img src="{{ url_for('static', filename='images/picture-puzzle.png') }}" alt="Picture Puzzle original" width="800" height="500"> + <h1>Advices for game developers</h1> + <img src="{{ url_for('static', filename='images/advice.png') }}" alt="Advice for programmers" width="800" height="500"> <p class="text"></br>Advices</p> </section> {% endblock %} diff --git a/templates/difficulties.html b/templates/difficulties.html index 4643f88..c5f3c96 100644 --- a/templates/difficulties.html +++ b/templates/difficulties.html @@ -1,14 +1,14 @@ {% extends 'base.html' %} {% block title %} - Game "Picture Puzzle remake" update 1.0 + Difficulties while making game {% endblock %} {% block content %} <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}"> <section class="content"> - <h1>Game "Picture Puzzle remake" update 1.0</h1> - <img src="{{ url_for('static', filename='images/picture-puzzle.png') }}" alt="Picture Puzzle original" width="800" height="500"> - <p class="text"></br>Advices</p> + <h1>Difficulties while making game</h1> + <img src="{{ url_for('static', filename='images/staircase-fail.png') }}" alt="Staircase fail" width="800" height="500"> + <p class="text"></br>Difficulties</p> </section> {% endblock %} diff --git a/templates/expectations.html b/templates/expectations.html index 4643f88..09fc853 100644 --- a/templates/expectations.html +++ b/templates/expectations.html @@ -1,14 +1,14 @@ {% extends 'base.html' %} {% block title %} - Game "Picture Puzzle remake" update 1.0 + Game expectations vs. reality {% endblock %} {% block content %} <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}"> <section class="content"> - <h1>Game "Picture Puzzle remake" update 1.0</h1> - <img src="{{ url_for('static', filename='images/picture-puzzle.png') }}" alt="Picture Puzzle original" width="800" height="500"> - <p class="text"></br>Advices</p> + <h1>Game expectations vs. reality</h1> + <img src="{{ url_for('static', filename='images/developers-be-like.png') }}" alt="Developers be like" width="800" height="500"> + <p class="text"></br>Expectations vs. reality</p> </section> -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/templates/history.html b/templates/history.html index 4643f88..07a1ff8 100644 --- a/templates/history.html +++ b/templates/history.html @@ -1,14 +1,14 @@ {% extends 'base.html' %} {% block title %} - Game "Picture Puzzle remake" update 1.0 + Picture Puzzle history {% endblock %} {% block content %} <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}"> <section class="content"> - <h1>Game "Picture Puzzle remake" update 1.0</h1> + <h1>Picture Puzzle history</h1> <img src="{{ url_for('static', filename='images/picture-puzzle.png') }}" alt="Picture Puzzle original" width="800" height="500"> - <p class="text"></br>Advices</p> + <p class="text"></br>The widgets originated in the Sideshow project at Microsoft Research. Its development started in the summer of 2000 and lasted for 1 year under the Microsoft brand.</p> </section> {% endblock %} diff --git a/templates/how-it-was-made.html b/templates/how-it-was-made.html index 8e4c64d..fbfbc5e 100644 --- a/templates/how-it-was-made.html +++ b/templates/how-it-was-made.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %} - "Picture Puzzle remake" - How it was made + How the 'Picture Puzzle remake' was made {% endblock %} {% block content %} @@ -9,4 +9,4 @@ <h1>"Picture Puzzle remake" - How it was made</h1> <img src="{{ url_for('static', filename='images/coding.png') }}" alt="Some intense coding" width="800" height="500"> <p>Somehow idk</p> -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/templates/update-1-1.html b/templates/update-1-1.html index 4643f88..f1b2756 100644 --- a/templates/update-1-1.html +++ b/templates/update-1-1.html @@ -1,14 +1,17 @@ {% extends 'base.html' %} {% block title %} - Game "Picture Puzzle remake" update 1.0 + Game "Picture Puzzle remake" update 1.1 {% endblock %} {% block content %} <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}"> <section class="content"> - <h1>Game "Picture Puzzle remake" update 1.0</h1> - <img src="{{ url_for('static', filename='images/picture-puzzle.png') }}" alt="Picture Puzzle original" width="800" height="500"> - <p class="text"></br>Advices</p> + <h1>Game "Picture Puzzle remake" update 1.1</h1> + <img src="{{ url_for('static', filename='images/skeleton.png') }}" alt="Skeleton waiting" width="800" height="500"> + <p class="text"></br>Added:</br></br> + - add small notes on button hover</br> + - fixed button placement</br> + - enhanced design of interface</br></p> </section> {% endblock %} diff --git a/templates/update-1.html b/templates/update-1.html index c482978..a48c95b 100644 --- a/templates/update-1.html +++ b/templates/update-1.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}"> <section class="content"> <h1>Game "Picture Puzzle remake" update 1.0</h1> - <img src="{{ url_for('static', filename='images/picture-puzzle.png') }}" alt="Picture Puzzle original" width="800" height="500"> + <img src="{{ url_for('static', filename='images/baobab.png') }}" alt="Bbabababababab" width="800" height="500"> <p class="text"></br>Added:</br></br> - fixed image loading from last album</br> - fixed image choosing</br>