Skip to content

thuasta/werewolf-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

werewolf-agent

Platform for the 1st Agent Development Competition, themed around the game Werewolf.

Usage

This platform consists of several components:

  • Unity Client (client)
  • Python SDK (sdk)
  • Game Server (server)

Checkout README.md in corresponding directories for usage of different components.

Contributing

PRs accepted!

For developers, some key points to be followed, especially for ASTA members:

  • Make sure your code can pass CI checks, including pylint and black.
  • Comment your code appropriately. For documentation comments in Python, you can refer this repository.
  • Don't contain any non-ascii character in your source code, including Chinese, especially in comments and logging messages. If you are using AI-assisted coding, remember to remind it to comment in English.
  • Follow Conventional Commits. This VSCode plugin may help.

License

  • Platform: GPL-3.0-only © ASTA
  • SDK: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages