Prompt Battles
This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.
This game is an experiment with generative ai for creating characters.
Enter your desired powers, discover what you can do and fight each other!
| Status | On hold |
| Platforms | HTML5 |
| Rating | Rated 4.0 out of 5 stars (1 total ratings) |
| Author | silberGuy |
| Genre | Action |
| Made with | Unity |
| Tags | 2D, 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 :)