After Width: | Height: | Size: 325 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.7 MiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 516 KiB |
|
@ -0,0 +1,14 @@
|
|||
{% 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 %}
|
|
@ -0,0 +1,14 @@
|
|||
{% 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 %}
|
|
@ -0,0 +1,14 @@
|
|||
{% 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 %}
|
|
@ -0,0 +1,14 @@
|
|||
{% 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 %}
|
|
@ -0,0 +1,14 @@
|
|||
{% 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 %}
|
|
@ -0,0 +1,14 @@
|
|||
{% 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 %}
|