https://github.com/snowflyt/snake
https://github.com/snowflyt/snake
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowflyt/snake
- Owner: Snowflyt
- Created: 2023-07-10T06:03:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T07:31:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T05:50:52.693Z (over 1 year ago)
- Language: Vue
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake
一个交互式的贪吃蛇游戏,对战双方通过编写代码控制贪吃蛇的活动。
后端使用 Python FastAPI 编写,前端使用 Vue 3 编写。
具体前后端详情请参考 `code/` 目录下的相应说明。