Compare commits

..

No commits in common. "34a3257d1ac98a664dc45341c8ebf4b3139b2bb9" and "1664b7d131139a82fe570e7374e235c2ce36e1a0" have entirely different histories.

12 changed files with 1 additions and 85 deletions

View File

@ -12,7 +12,7 @@ posts = [
{"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": "difficulties", "title": "Difficulties while making game", "image": "staircase-fail.png"},
{"alias": "chatgpt", "title": "ChatGPT as code helper", "image": "gpt-meme.png"},
{"alias": "chatgpt", "title": "ChasGPT as code helper", "image": "gpt-meme.png"},
{"alias": "update-1-1", "title": "Game 'Picture Puzzle remake' update 1.1", "image": "skeleton.png"},
{"alias": "expectations", "title": "Game expectations vs. reality", "image": "developers-be-like.png"},
{"alias": "design-and-music", "title": "Design and music", "image": "design-and-music.png"},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 KiB

View File

@ -1,14 +0,0 @@
{% extends 'base.html' %}
{% block title %}
ChasGPT as code helper
{% endblock %}
{% block content %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}">
<section class="content">
<h1>Using ChatGPT in game development</h1>
<img src="{{ url_for('static', filename='images/chatgpt-meme.png') }}" alt="ChatGPT meme" width="800" height="500">
<p class="text"></br>Artificial intelligence is a good tool for programming (but is not always). In fact, very often it is necessary to write everything in such detail that in the middle of the text the urge to solve problems independently returns, or the chat is unable to produce error-free code that the urge to throw the computer away and go to rest returns.</p>
</section>
{% endblock %}

View File

@ -1,14 +0,0 @@
{% extends 'base.html' %}
{% block title %}
Design and music
{% endblock %}
{% block content %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}">
<section class="content">
<h1>Design and music making</h1>
<img src="{{ url_for('static', filename='images/design-and-music.png') }}" alt="ruDALL-E generated image" width="800" height="500">
<p class="text"></br>Design and music making process was sometimes interesting or quick and other times quite time-consuming.</p>
</section>
{% endblock %}

View File

@ -1,14 +0,0 @@
{% extends 'base.html' %}
{% block title %}
Game "Picture Puzzle remake" update 1.0
{% 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>
</section>
{% endblock %}

View File

@ -1,14 +0,0 @@
{% extends 'base.html' %}
{% block title %}
Game "Picture Puzzle remake" update 1.0
{% 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>
</section>
{% endblock %}

View File

@ -1,14 +0,0 @@
{% extends 'base.html' %}
{% block title %}
Game "Picture Puzzle remake" update 1.0
{% 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>
</section>
{% endblock %}

View File

@ -1,14 +0,0 @@
{% extends 'base.html' %}
{% block title %}
Game "Picture Puzzle remake" update 1.0
{% 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>
</section>
{% endblock %}