Interesting concept.
Like said below, it takes some time to figure out the "clockwise/away from center" motion.
in my runs, the AI could be both very good, or very bad ^^ So quite funny to see what it can and can't take in the game.
The music is very nice !
Also you spoke about Genetic Program for games AI, do you have any source or explanations on this ?
Play game
AI Orbitals's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Presentation | #54 | 2.878 | 3.375 |
Originality | #60 | 2.878 | 3.375 |
Overall | #64 | 2.629 | 3.083 |
Fun | #81 | 2.132 | 2.500 |
Ranked from 8 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Comments
Thanks for trying out my game! (and for liking the music <3)
The AI is very very simple, as it never managed to get anywhere complex in my short time of building the game. However, why it sometimes seems worse than other is because, when you press play, it chooses one AI from a list of ones I chose (so it isn't always the same one). Personally, all AI are bad in their own ways I think xD
Also, the reason the movement is so janky (away from centre, circling around, etc.) is such that the AI is rotation-invariant: whether you are down and he is up, or you are left and he is right, he will respond in similar fashion! Makes him way better than otherwise, at the cost of difficult controls...
Now, for GP, it is a difficult topic. It is hard to find stuff online for it. Personally, I learned it through my College, as I studied AI, so I have slides for it (in Dutch though, not too useful perhaps). The idea is from Genetic Algorithms (GA), of which there is pleeeeenty of information online. Now, instead of 'bitstrings' as representation, you use 'Lisp structures' as it is sometimes referred as. It is a bit too complicated to go in-depth here, but maybe a free online book like 'Clever Algorithms' by Jason Brownlee and such can help you out if you're interested (chapter 3.3).
However, I believe it is generally considered a not too useful AI technique, as Neural Networks outclass it in every way possible. I still love GP though, so I wanted to make it at least once in my life :D
I love the concept, the controls take a bit to figure out. I wish there was a multiplayer version though.
I think Skadisson put it quite well. This is "gravitational jousting" :)
The movement is a bit weird but this is a jam game so it is expected.
Good job on submitting your game in time!
Leave a comment
Log in with itch.io to leave a comment.