# negative-game **Repository Path**: han_feng/negative-game ## Basic Information - **Project Name**: negative-game - **Description**: 小游戏“负数过过过”,参考名侦探学院游戏规则 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2025-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: GitHub ## README # 负数过过过 小游戏“负数过过过”,参考名侦探学院游戏规则。 教孩子学编程用,所以没有采用面向对象的写法,也没有拆分模块,选择字符界面库 [Rich](https://github.com/willmcgugan/rich),简单友好。 ![alt 运行截图](./screenshot.png) ## 运行方法 1. 安装运行环境,需要 python 3 2. 安装依赖 ```shell pip install -r requirements.txt ``` 3. 运行 ```shell python main.py ```