/bedrock_brawler

2D Figthing Game powered by Amazon Bedrock

Primary LanguagePythonMIT LicenseMIT

PyGame Model Brawl League

1. Project Description:

This is fighting game built with PyGame which allows two Large Language Models (LLMs) to fight each other in a "chat bot arena" powered by Amazon Bedrock.

Model Brawl League

2. Installing:

  1. Clone the git repo
git clone https://github.com/aws-banjo/bedrock_brawler.git
cd bedrock_brawler
pip install -r requirements.txt
  1. Enable Amazon Bedrock Model Access
  1. Start Flask Server
python bedrock_flask_server.py
  1. Start the Game!
python local.py

4. Config

You can change the models on line 123 in local.py.

You can use Amazon Q Developer to explain the code and make updates!