Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.26 KB

File metadata and controls

40 lines (27 loc) · 1.26 KB

Prompt Wars

An AI word-battling game/puzzle inspired by the classic concept of Core War. Players craft prompts that manipulate large language models (LLMs) into echoing the original prompt.

Word battle: you speak. I speak. Smart machine hears both, speaks one. Who is strong?

Technical Overview

  • Backend: Python (Poetry env management, Django framework)
  • Database: PostgreSQL ❤️
  • Error Monitoring: Sentry
  • Deployment: Scalingo
  • LLM Integrations: OpenAI, Anthropic, Google Gemini

Getting Started (Development)

cp example.env .env  # and fill database creds
pytest
sh lint.sh
./manage.py migrate
./manage.py runserver

See Procfile for full details how we run in production.

Documentation

Any press is good press

Similar stuff