This game is an experiment with generative ai for creating characters.

Enter your desired powers, discover what you can do and fight each other!

StatusOn hold
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
AuthorsilberGuy
GenreAction
Made withUnity
Tags2D, AI Generated, Multiplayer, Pixel Art, quick-battles, Short, Unity

Comments

Log in with itch.io to leave a comment.

Great concept. How did you made it work?

Using a LLM from huggingface, I send it the prompt and it returns a configuration for how the character should behave.

The configuration itself is just a nested JSON that tells which preconfigured visuals and event handlers to use :)