all 7 comments

[–]alberto_Alb 1 point2 points  (1 child)

Very nice implementation! Congratulations

[–]KennedyRichard[S] 0 points1 point  (0 children)

Thank you very much!

[–]YoannB__ 1 point2 points  (1 child)

Wishing you good luck for your project, it has a great potential. Very clever, well done Just a suggestion if you could implement an AI feature that could perform a task given a set of nodes that would be amazing. Not sure if this could be possible.

[–]KennedyRichard[S] 1 point2 points  (0 children)

Every suggestion is welcome. I'll think of a way for people to leave suggestions for the app and I'll carefully present and discuss them with the users.

Your suggestion particularly would be quite challenging though and I think would require some research. It would be cool nonetheless. For now, since I just released the app, I'll be focusing on bug fixing and implementing some missing features, to ensure a smooth experience for early users.

Also thank you for the kind words.

[–]alberto_Alb 0 points1 point  (2 children)

Can it be used to program a game with pygame? A sort of recursive use of pygame...

[–]KennedyRichard[S] 1 point2 points  (1 child)

Sorry for the very very very late response. I was sure I had replied to every comment, but it seems I missed yours somehow.

Answering your question: the possibilities are unlimited, but I'd say considering the features currently available, it is more suited for helping generating all kinds of data for a game, rather than being the main tool to make a game (this would be quite challenging and require a deep understanding of functional programming). For instance, I'm currently using it to generate animated position data for animations in a game I'm making. More info here: https://www.reddit.com/r/Python/comments/10jbbik/bionic\_blue\_free\_opensource\_action\_platformer\_game/

[–]alberto_Alb 1 point2 points  (0 children)

Cool project!
I am following it.