main
parent
3b0b1ab71a
commit
a8d50f9ee4
8
main.py
8
main.py
|
@ -12,11 +12,11 @@ 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": "how-it-was-made", "title": "ChasGPT 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": "how-it-was-made", "title": "Game expectations vs. reality", "image": "developers-be-like.png"},
|
||||
{"alias": "how-it-was-made", "title": "Design and music", "image": "baobab.png"},
|
||||
{"alias": "how-it-was-made", "title": "Advices for game developers", "image": "advice.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"},
|
||||
{"alias": "advices", "title": "Advices for game developers", "image": "advice.png"}
|
||||
]
|
||||
|
||||
def fetch_latest_posts():
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
Loading…
Reference in New Issue