-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refine README.md, license and changelog
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# thuai-8 | ||
|
||
Platform for the 8th Tsinghua University Artificial Intelligence Challenge | ||
|
||
## Usage | ||
|
||
This platform consists of several components: | ||
|
||
- Unity Client (`client/unity`) | ||
- Web Client (`client/web`) | ||
- Map Editor (`map_editor`) | ||
- C++ SDK (`sdk/cpp`) | ||
- Python SDK (`sdk/python`) | ||
- Game Server (`server`) | ||
|
||
Checkout `README.md` in corresponding directories for usage of different components. | ||
|
||
Visit [the documentation site](https://thuai-8.thuasta.org) for details. | ||
|
||
## Contributing | ||
|
||
PRs accepted! | ||
|
||
## License | ||
|
||
GPL-3.0-only © ASTA |