diff --git a/static/images/15puzzle.png b/static/images/15puzzle.png new file mode 100644 index 0000000..094e8c1 Binary files /dev/null and b/static/images/15puzzle.png differ diff --git a/static/images/advice.png b/static/images/advice.png index 3b3783e..549b170 100644 Binary files a/static/images/advice.png and b/static/images/advice.png differ diff --git a/static/images/baobab.png b/static/images/baobab.png index 466c709..b9df351 100644 Binary files a/static/images/baobab.png and b/static/images/baobab.png differ diff --git a/static/images/chatgpt-meme.png b/static/images/chatgpt-meme.png new file mode 100644 index 0000000..8416055 Binary files /dev/null and b/static/images/chatgpt-meme.png differ diff --git a/static/images/coding-2.png b/static/images/coding-2.png new file mode 100644 index 0000000..fbdf2d1 Binary files /dev/null and b/static/images/coding-2.png differ diff --git a/templates/chatgpt.html b/templates/chatgpt.html new file mode 100644 index 0000000..76797c7 --- /dev/null +++ b/templates/chatgpt.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block title %} + ChasGPT as code helper +{% endblock %} + +{% block content %} + +
+

Using ChatGPT in game development

+ ChatGPT meme +


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.

+
+{% endblock %} diff --git a/templates/design-and-music.html b/templates/design-and-music.html new file mode 100644 index 0000000..5a37565 --- /dev/null +++ b/templates/design-and-music.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block title %} + Design and music +{% endblock %} + +{% block content %} + +
+

Design and music making

+ ruDALL-E generated image +


Design and music making process was sometimes interesting or quick and other times quite time-consuming.

+
+{% endblock %} diff --git a/templates/difficulties.html b/templates/difficulties.html new file mode 100644 index 0000000..4643f88 --- /dev/null +++ b/templates/difficulties.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block title %} + Game "Picture Puzzle remake" update 1.0 +{% endblock %} + +{% block content %} + +
+

Game "Picture Puzzle remake" update 1.0

+ Picture Puzzle original +


Advices

+
+{% endblock %} diff --git a/templates/expectations.html b/templates/expectations.html new file mode 100644 index 0000000..4643f88 --- /dev/null +++ b/templates/expectations.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block title %} + Game "Picture Puzzle remake" update 1.0 +{% endblock %} + +{% block content %} + +
+

Game "Picture Puzzle remake" update 1.0

+ Picture Puzzle original +


Advices

+
+{% endblock %} diff --git a/templates/history.html b/templates/history.html new file mode 100644 index 0000000..4643f88 --- /dev/null +++ b/templates/history.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block title %} + Game "Picture Puzzle remake" update 1.0 +{% endblock %} + +{% block content %} + +
+

Game "Picture Puzzle remake" update 1.0

+ Picture Puzzle original +


Advices

+
+{% endblock %} diff --git a/templates/update-1-1.html b/templates/update-1-1.html new file mode 100644 index 0000000..4643f88 --- /dev/null +++ b/templates/update-1-1.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block title %} + Game "Picture Puzzle remake" update 1.0 +{% endblock %} + +{% block content %} + +
+

Game "Picture Puzzle remake" update 1.0

+ Picture Puzzle original +


Advices

+
+{% endblock %}