add some fun game on friends page that appears if no friend is online #4

Closed
opened 2026-02-25 19:34:24 +00:00 by tototomate123 · 5 comments
Owner

question is, which game?

question is, which game?
tototomate123 added the
prio
backlog
enhancement
blocked
discussion
labels 2026-02-25 19:34:36 +00:00
Collaborator

Im unsure how a game can be implemented in the frontend with python while not moving all of the game logic into the backend.
Is there an easy way to do this?

Im unsure how a game can be implemented in the frontend with python while not moving all of the game logic into the backend. Is there an easy way to do this?
Collaborator

Tho i would like to make a game like doodle jump

Tho i would like to make a game like doodle jump
Author
Owner

Im unsure how a game can be implemented in the frontend with python while not moving all of the game logic into the backend.
Is there an easy way to do this?

Easiest path is frontend JavaScript. Flask/Python can just decide whether to render the mini-game and optionally store highscores. Doing the game loop in pure backend Python isn't practical for this use case.

> Im unsure how a game can be implemented in the frontend with python while not moving all of the game logic into the backend. > Is there an easy way to do this? Easiest path is frontend JavaScript. Flask/Python can just decide whether to render the mini-game and optionally store highscores. Doing the game loop in pure backend Python isn't practical for this use case.
Collaborator

Would it be acceptable to write the game in js even tho it might go against what the uni task expects? Tho js would definitely be the absolute obvious way to go.

Would it be acceptable to write the game in js even tho it might go against what the uni task expects? Tho js would definitely be the absolute obvious way to go.
Author
Owner

no clue - lets leave it at prio backlog for now...

no clue - lets leave it at prio backlog for now...
This repo is archived. You cannot comment on issues.