Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Baijack-star
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 131 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 12 months ago · Last pushed 12 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security

README.md

AutoGPT: Build, Deploy, and Run AI Agents

Discord FollowTwitter FollowLicense: MIT

AutoGPT is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.

Hosting Options

How to Setup for Self-Hosting

[!NOTE] Setting up and hosting the AutoGPT Platform yourself is a technical process. If you'd rather something that just works, we recommend joining the waitlist for the cloud-hosted beta.

System Requirements

Before proceeding with the installation, ensure your system meets the following requirements:

Hardware Requirements

  • CPU: 4+ cores recommended
  • RAM: Minimum 8GB, 16GB recommended
  • Storage: At least 10GB of free space

Software Requirements

  • Operating Systems:
    • Linux (Ubuntu 20.04 or newer recommended)
    • macOS (10.15 or newer)
    • Windows 10/11 with WSL2
  • Required Software (with minimum versions):
    • Docker Engine (20.10.0 or newer)
    • Docker Compose (2.0.0 or newer)
    • Git (2.30 or newer)
    • Node.js (16.x or newer)
    • npm (8.x or newer)
    • VSCode (1.60 or newer) or any modern code editor

Network Requirements

  • Stable internet connection
  • Access to required ports (will be configured in Docker)
  • Ability to make outbound HTTPS connections

Updated Setup Instructions:

We've moved to a fully maintained and regularly updated documentation site.

Follow the official self-hosting guide here

This tutorial assumes you have Docker, VSCode, git and npm installed.

AutoGPT Frontend

The AutoGPT frontend is where users interact with our powerful AI automation platform. It offers multiple ways to engage with and leverage our AI agents. This is the interface where you'll bring your AI automation ideas to life:

Agent Builder: For those who want to customize, our intuitive, low-code interface allows you to design and configure your own AI agents.

Workflow Management: Build, modify, and optimize your automation workflows with ease. You build your agent by connecting blocks, where each block performs a single action.

Deployment Controls: Manage the lifecycle of your agents, from testing to production.

Ready-to-Use Agents: Don't want to build? Simply select from our library of pre-configured agents and put them to work immediately.

Agent Interaction: Whether you've built your own or are using pre-configured agents, easily run and interact with them through our user-friendly interface.

Monitoring and Analytics: Keep track of your agents' performance and gain insights to continually improve your automation processes.

Read this guide to learn how to build your own custom blocks.

AutoGPT Server

The AutoGPT Server is the powerhouse of our platform This is where your agents run. Once deployed, agents can be triggered by external sources and can operate continuously. It contains all the essential components that make AutoGPT run smoothly.

Source Code: The core logic that drives our agents and automation processes.

Infrastructure: Robust systems that ensure reliable and scalable performance.

Marketplace: A comprehensive marketplace where you can find and deploy a wide range of pre-built agents.

Example Agents

Here are two examples of what you can do with AutoGPT:

  1. Generate Viral Videos from Trending Topics

    • This agent reads topics on Reddit.
    • It identifies trending topics.
    • It then automatically creates a short-form video based on the content.
  2. Identify Top Quotes from Videos for Social Media

    • This agent subscribes to your YouTube channel.
    • When you post a new video, it transcribes it.
    • It uses AI to identify the most impactful quotes to generate a summary.
    • Then, it writes a post to automatically publish to your social media.

These examples show just a glimpse of what you can achieve with AutoGPT! You can create customized workflows to build agents for any use case.


Mission and Licencing

Our mission is to provide the tools, so that you can focus on what matters:

  • Building - Lay the foundation for something amazing.
  • Testing - Fine-tune your agent to perfection.
  • Delegating - Let AI work for you, and have your ideas come to life.

Be part of the revolution! AutoGPT is here to stay, at the forefront of AI innovation.

** Documentation**  |  ** Contributing**

Licensing:

MIT License: The majority of the AutoGPT repository is under the MIT License.

Polyform Shield License: This license applies to the autogpt_platform folder.

For more information, see https://agpt.co/blog/introducing-the-autogpt-platform


AutoGPT Classic

Below is information about the classic version of AutoGPT.

** Build your own Agent - Quickstart**

Forge

Forge your own agent! – Forge is a ready-to-go toolkit to build your own agent application. It handles most of the boilerplate code, letting you channel all your creativity into the things that set your agent apart. All tutorials are located here. Components from forge can also be used individually to speed up development and reduce boilerplate in your agent project.

Getting Started with Forge – This guide will walk you through the process of creating your own agent and using the benchmark and user interface.

Learn More about Forge

Benchmark

Measure your agent's performance! The agbenchmark can be used with any agent that supports the agent protocol, and the integration with the project's CLI makes it even easier to use with AutoGPT and forge-based agents. The benchmark offers a stringent testing environment. Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.

agbenchmark on Pypi  |  Learn More about the Benchmark

UI

Makes agents easy to use! The frontend gives you a user-friendly interface to control and monitor your agents. It connects to agents through the agent protocol, ensuring compatibility with many agents from both inside and outside of our ecosystem.

The frontend works out-of-the-box with all agents in the repo. Just use the CLI to run your agent of choice!

Learn More about the Frontend

CLI

To make it as easy as possible to use all of the tools offered by the repository, a CLI is included at the root of the repo:

```shell $ ./run Usage: cli.py [OPTIONS] COMMAND [ARGS]...

Options: --help Show this message and exit.

Commands: agent Commands to create, start and stop agents benchmark Commands to start the benchmark and list tests and categories setup Installs dependencies needed for your system. ```

Just clone the repo, install dependencies with ./run setup, and you should be good to go!

Questions? Problems? Suggestions?

Get help - Discord

Join us on Discord

To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasn't created an issue for the same topic.

Sister projects

Agent Protocol

To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the agent protocol standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.


Stars stats

Star History Chart

Contributors

Contributors

Owner

  • Login: Baijack-star
  • Kind: user

GitHub Events

Total
  • Push event: 3
  • Create event: 2
Last Year
  • Push event: 3
  • Create event: 2

Dependencies

.github/workflows/classic-autogpt-ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • codecov/codecov-action v5 composite
  • codecov/test-results-action v1 composite
.github/workflows/classic-autogpt-docker-cache-clean.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/classic-autogpt-docker-ci.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • minio/minio edge-cicd docker
.github/workflows/classic-autogpt-docker-release.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/classic-autogpts-ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/classic-benchmark-ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • codecov/codecov-action v5 composite
  • codecov/test-results-action v1 composite
.github/workflows/classic-benchmark_publish_package.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • ncipollo/release-action v1 composite
.github/workflows/classic-forge-ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • codecov/codecov-action v5 composite
  • codecov/test-results-action v1 composite
.github/workflows/classic-frontend-ci.yml actions
  • actions/checkout v4 composite
  • peter-evans/create-pull-request v7 composite
  • subosito/flutter-action v2 composite
.github/workflows/classic-python-checks.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • dorny/paths-filter v3 composite
.github/workflows/claude.yml actions
  • actions/checkout v4 composite
  • anthropics/claude-code-action beta composite
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/platform-autgpt-deploy-prod.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • peter-evans/repository-dispatch v3 composite
.github/workflows/platform-autogpt-deploy-dev.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • peter-evans/repository-dispatch v3 composite
.github/workflows/platform-backend-ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • supabase/setup-cli v1 composite
  • bitnami/redis 6.2 docker
  • clamav/clamav-debian latest docker
  • rabbitmq 3.12-management docker
.github/workflows/platform-dev-deploy-event-dispatcher.yml actions
  • actions/github-script v7 composite
  • peter-evans/repository-dispatch v3 composite
.github/workflows/platform-frontend-ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite
  • chromaui/action latest composite
  • jlumbroso/free-disk-space main composite
.github/workflows/repo-close-stale-issues.yml actions
  • actions/stale v9 composite
.github/workflows/repo-pr-enforce-base-branch.yml actions
.github/workflows/repo-pr-label.yml actions
  • actions/labeler v5 composite
  • codelytv/pr-size-labeler v1 composite
  • eps1lon/actions-label-merge-conflict releases/2.x composite
.github/workflows/repo-stats.yml actions
  • jgehrcke/github-repo-stats HEAD composite
.github/workflows/repo-workflow-checker.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
autogpt_platform/backend/Dockerfile docker
  • python 3.11.10-slim-bookworm build
  • server_dependencies latest build
autogpt_platform/db/docker/dev/docker-compose.dev.yml docker
  • inbucket/inbucket 3.0.3
autogpt_platform/db/docker/docker-compose.s3.yml docker
  • darthsim/imgproxy v3.8.0
  • minio/mc latest
  • minio/minio latest
  • supabase/storage-api v1.11.13
autogpt_platform/db/docker/docker-compose.yml docker
  • darthsim/imgproxy v3.8.0
  • kong 2.8.1
  • postgrest/postgrest v12.2.8
  • supabase/edge-runtime v1.67.2
  • supabase/gotrue v2.170.0
  • supabase/logflare 1.12.5
  • supabase/postgres 15.8.1.049
  • supabase/postgres-meta v0.86.1
  • supabase/realtime v2.34.40
  • supabase/storage-api v1.19.3
  • supabase/studio 20250224-d10db0f
  • supabase/supavisor 2.4.12
  • timberio/vector 0.28.1-alpine
autogpt_platform/docker-compose.platform.yml docker
  • rabbitmq management
  • redis latest
autogpt_platform/docker-compose.yml docker
autogpt_platform/frontend/Dockerfile docker
  • base latest build
  • node 21-alpine build
autogpt_platform/frontend/package.json npm
  • @chromatic-com/storybook 4.0.0 development
  • @playwright/test 1.53.1 development
  • @storybook/addon-a11y 9.0.12 development
  • @storybook/addon-docs 9.0.12 development
  • @storybook/addon-links 9.0.12 development
  • @storybook/addon-onboarding 9.0.12 development
  • @storybook/nextjs 9.0.12 development
  • @tanstack/eslint-plugin-query 5.78.0 development
  • @tanstack/react-query-devtools 5.80.10 development
  • @types/canvas-confetti 1.9.0 development
  • @types/lodash 4.17.18 development
  • @types/negotiator 0.6.4 development
  • @types/node 22.15.30 development
  • @types/react 18.3.17 development
  • @types/react-dom 18.3.5 development
  • @types/react-modal 3.16.3 development
  • axe-playwright 2.1.0 development
  • chromatic 11.25.2 development
  • concurrently 9.1.2 development
  • eslint 8.57.1 development
  • eslint-config-next 15.3.4 development
  • eslint-plugin-storybook 9.0.12 development
  • import-in-the-middle 1.14.2 development
  • msw 2.10.2 development
  • msw-storybook-addon 2.0.5 development
  • orval 7.10.0 development
  • postcss 8.5.6 development
  • prettier 3.5.3 development
  • prettier-plugin-tailwindcss 0.6.12 development
  • require-in-the-middle 7.5.2 development
  • storybook 9.0.12 development
  • tailwindcss 3.4.17 development
  • typescript 5.8.3 development
  • @faker-js/faker 9.8.0
  • @hookform/resolvers 5.1.1
  • @next/third-parties 15.3.3
  • @phosphor-icons/react 2.1.10
  • @radix-ui/react-alert-dialog 1.1.14
  • @radix-ui/react-avatar 1.1.10
  • @radix-ui/react-checkbox 1.3.2
  • @radix-ui/react-collapsible 1.1.11
  • @radix-ui/react-context-menu 2.2.15
  • @radix-ui/react-dialog 1.1.14
  • @radix-ui/react-dropdown-menu 2.1.15
  • @radix-ui/react-icons 1.3.2
  • @radix-ui/react-label 2.1.7
  • @radix-ui/react-popover 1.1.14
  • @radix-ui/react-radio-group 1.3.7
  • @radix-ui/react-scroll-area 1.2.9
  • @radix-ui/react-select 2.2.5
  • @radix-ui/react-separator 1.1.7
  • @radix-ui/react-slot 1.2.3
  • @radix-ui/react-switch 1.2.5
  • @radix-ui/react-tabs 1.1.12
  • @radix-ui/react-toast 1.2.14
  • @radix-ui/react-tooltip 1.2.7
  • @sentry/nextjs 9.27.0
  • @supabase/ssr 0.6.1
  • @supabase/supabase-js 2.50.0
  • @tanstack/react-query 5.80.7
  • @tanstack/react-table 8.21.3
  • @types/jaro-winkler 0.2.4
  • @xyflow/react 12.6.4
  • ajv 8.17.1
  • boring-avatars 1.11.2
  • class-variance-authority 0.7.1
  • clsx 2.1.1
  • cmdk 1.1.1
  • cookie 1.0.2
  • date-fns 4.1.0
  • dotenv 16.5.0
  • elliptic 6.6.1
  • embla-carousel-react 8.6.0
  • framer-motion 12.16.0
  • geist 1.4.2
  • jaro-winkler 0.2.8
  • launchdarkly-react-client-sdk 3.8.1
  • lodash 4.17.21
  • lucide-react 0.513.0
  • moment 2.30.1
  • next 15.3.3
  • next-themes 0.4.6
  • party-js 2.2.0
  • react 18.3.1
  • react-day-picker 9.7.0
  • react-dom 18.3.1
  • react-drag-drop-files 2.4.0
  • react-hook-form 7.57.0
  • react-icons 5.5.0
  • react-markdown 9.0.3
  • react-modal 3.16.3
  • react-shepherd 6.1.8
  • recharts 2.15.3
  • shepherd.js 14.5.0
  • tailwind-merge 2.6.0
  • tailwindcss-animate 1.0.7
  • uuid 11.1.0
  • zod 3.25.56
autogpt_platform/frontend/pnpm-lock.yaml npm
  • 533 dependencies
classic/benchmark/frontend/package.json npm
  • @types/eslint ^8.37.0 development
  • @types/node ^18.16.0 development
  • @types/prettier ^2.7.2 development
  • @types/react ^18.2.6 development
  • @types/react-dom ^18.2.4 development
  • @typescript-eslint/eslint-plugin 6.0.0 development
  • @typescript-eslint/parser 6.0.0 development
  • autoprefixer ^10.4.14 development
  • eslint ^8.40.0 development
  • eslint-config-next ^13.4.2 development
  • postcss ^8.4.27 development
  • prettier ^2.8.8 development
  • prettier-plugin-tailwindcss ^0.2.8 development
  • prisma ^5.1.1 development
  • tailwindcss ^3.3.3 development
  • typescript ^5.0.4 development
  • @fortawesome/fontawesome-svg-core ^6.4.2
  • @fortawesome/free-solid-svg-icons ^6.4.2
  • @fortawesome/react-fontawesome ^0.2.0
  • @prisma/client ^5.1.1
  • @t3-oss/env-nextjs ^0.3.1
  • next ^13.4.2
  • react 18.2.0
  • react-dom 18.2.0
  • tailwind-styled-components ^2.2.0
  • vis-data ^7.1.6
  • vis-network ^9.1.6
  • zod ^3.21.4
autogpt_platform/autogpt_libs/poetry.lock pypi
  • aiohappyeyeballs 2.4.0
  • aiohttp 3.11.15
  • aiosignal 1.3.1
  • annotated-types 0.7.0
  • anyio 4.4.0
  • async-timeout 4.0.3
  • attrs 24.2.0
  • cachetools 5.5.0
  • certifi 2024.8.30
  • charset-normalizer 3.3.2
  • click 8.2.1
  • colorama 0.4.6
  • deprecated 1.2.14
  • deprecation 2.1.0
  • exceptiongroup 1.2.2
  • expiringdict 1.2.2
  • fastapi 0.115.12
  • frozenlist 1.4.1
  • google-api-core 2.19.2
  • google-auth 2.34.0
  • google-cloud-appengine-logging 1.4.5
  • google-cloud-audit-log 0.3.2
  • google-cloud-core 2.4.1
  • google-cloud-logging 3.12.1
  • googleapis-common-protos 1.65.0
  • gotrue 2.11.1
  • grpc-google-iam-v1 0.13.1
  • grpcio 1.66.1
  • grpcio-status 1.66.1
  • h11 0.14.0
  • h2 4.1.0
  • hpack 4.0.0
  • httpcore 1.0.5
  • httpx 0.27.2
  • hyperframe 6.0.1
  • idna 3.8
  • importlib-metadata 8.4.0
  • iniconfig 2.0.0
  • launchdarkly-eventsource 1.2.4
  • launchdarkly-server-sdk 9.11.1
  • multidict 6.1.0
  • opentelemetry-api 1.27.0
  • packaging 24.1
  • pluggy 1.5.0
  • postgrest 0.19.1
  • propcache 0.3.1
  • proto-plus 1.26.0
  • protobuf 5.28.0
  • pyasn1 0.6.1
  • pyasn1-modules 0.4.1
  • pydantic 2.11.4
  • pydantic-core 2.33.2
  • pydantic-settings 2.9.1
  • pyjwt 2.10.1
  • pyrfc3339 2.0.1
  • pytest 8.3.3
  • pytest-asyncio 0.26.0
  • pytest-mock 3.14.0
  • python-dateutil 2.9.0.post0
  • python-dotenv 1.0.1
  • realtime 2.4.2
  • redis 5.2.1
  • requests 2.32.3
  • rsa 4.9
  • ruff 0.11.10
  • semver 3.0.4
  • six 1.16.0
  • sniffio 1.3.1
  • starlette 0.46.2
  • storage3 0.11.0
  • strenum 0.4.15
  • supabase 2.15.1
  • supafunc 0.9.2
  • tomli 2.1.0
  • typing-extensions 4.12.2
  • typing-inspection 0.4.0
  • urllib3 2.2.2
  • uvicorn 0.34.3
  • websockets 12.0
  • wrapt 1.16.0
  • yarl 1.18.3
  • zipp 3.20.1
autogpt_platform/autogpt_libs/pyproject.toml pypi
  • redis ^5.2.1 develop
  • ruff ^0.11.10 develop
  • colorama ^0.4.6
  • expiringdict ^1.2.2
  • fastapi ^0.115.12
  • google-cloud-logging ^3.12.1
  • launchdarkly-server-sdk ^9.11.1
  • pydantic ^2.11.4
  • pydantic-settings ^2.9.1
  • pyjwt ^2.10.1
  • pytest-asyncio ^0.26.0
  • pytest-mock ^3.14.0
  • python >=3.10,<4.0
  • supabase ^2.15.1
  • uvicorn ^0.34.3
autogpt_platform/backend/poetry.lock pypi
  • 228 dependencies
autogpt_platform/backend/pyproject.toml pypi
  • aiohappyeyeballs ^2.6.1 develop
  • black ^24.10.0 develop
  • faker ^33.3.1 develop
  • httpx ^0.28.1 develop
  • isort ^5.13.2 develop
  • poethepoet ^0.34.0 develop
  • pyright ^1.1.400 develop
  • pytest-mock ^3.14.0 develop
  • pytest-watcher ^0.4.2 develop
  • requests ^2.32.3 develop
  • ruff ^0.11.10 develop
  • aio-pika ^9.5.5
  • aiodns ^3.1.1
  • aiofiles ^24.1.0
  • anthropic ^0.51.0
  • apscheduler ^3.11.0
  • autogpt-libs *
  • bleach ^6.2.0
  • click ^8.2.0
  • cryptography ^43.0
  • discord-py ^2.5.2
  • e2b-code-interpreter ^1.5.0
  • fastapi ^0.115.12
  • feedparser ^6.0.11
  • flake8 ^7.2.0
  • google-api-python-client ^2.169.0
  • google-auth-oauthlib ^1.2.2
  • google-cloud-storage ^3.1.0
  • googlemaps ^4.10.0
  • gravitasml ^0.1.3
  • groq ^0.24.0
  • jinja2 ^3.1.6
  • jsonref ^1.1.0
  • jsonschema ^4.22.0
  • launchdarkly-server-sdk ^9.11.0
  • mem0ai ^0.1.98
  • moviepy ^2.1.2
  • ollama ^0.4.8
  • openai ^1.78.1
  • pika ^1.3.2
  • pinecone ^5.3.1
  • poetry 2.1.1
  • postmarker ^1.0
  • praw ~7.8.1
  • prisma ^0.15.0
  • prometheus-client ^0.21.1
  • psutil ^7.0.0
  • psycopg2-binary ^2.9.10
  • pyclamd ^0.4.0
  • pydantic ^2.11.4
  • pydantic-settings ^2.9.1
  • pytest ^8.3.5
  • pytest-asyncio ^0.26.0
  • pytest-snapshot ^0.9.0
  • python >=3.10,<3.13
  • python-dotenv ^1.1.0
  • python-multipart ^0.0.20
  • redis ^5.2.0
  • replicate ^1.0.6
  • sentry-sdk ^2.28.0
  • sqlalchemy ^2.0.40
  • strenum ^0.4.9
  • stripe ^11.5.0
  • supabase 2.15.1
  • tenacity ^9.1.2
  • todoist-api-python ^2.1.7
  • tweepy ^4.14.0
  • uvicorn ^0.34.2
  • websockets ^14.2
  • youtube-transcript-api ^0.6.2
  • zerobouncesdk ^1.1.1
classic/benchmark/agbenchmark/challenges/verticals/code/6_battleship/artifacts_in/product_requirements.txt pypi
  • Atthestartofthegame ,eachplayerplacestheirfleetontheirgrid.Thissetupishiddenfromtheopponent.
  • Battleship-4squares *
  • Carrier-5squares *
  • Cruiser-3squares *
  • Destroyer-2squares *
  • Eachshipoccupiescontiguoussquaresonthegrid ,arrangedeitherhorizontallyorvertically.
  • EndoftheGame *
  • Ifaplayerhitsallthesquaresoccupiedbyaship ,theopponentmustannouncethesinkingofthatspecificship,e.g.,
  • Ifaplayerhitsasquareoccupiedbyaship ,theygetanotherturntoguess.Thiscontinuesuntiltheymakeamiss,atwhichpointtheirturnends.
  • Objective *
  • Onaplayer *
  • Overview *
  • Playerstaketurnscallingoutarowandcolumn ,attemptingtonameasquarecontainingoneoftheopponent
  • Setup *
  • Ships *
  • SpecificationsforBattleship *
  • Submarine-3squares *
  • TakingTurns *
  • TheGrid *
  • ThegamebeginswithPlayer1 ,followedbyPlayer2,andsoon.
  • Theopponentannounceswhetherthatsquareisa *
classic/benchmark/poetry.lock pypi
  • 121 dependencies
classic/benchmark/pyproject.toml pypi