# Game **Repository Path**: juking2017/Game ## Basic Information - **Project Name**: Game - **Description**: ## 1. 考验人性 + 模拟人群的行为,探讨人性善恶。 ## 2. 技术路线: 1. 用Python 实现人群行为模拟,产生并记录行为数据; 2. 用R语言实现数据的可视化 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 57 - **Created**: 2017-08-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Game ## 1. 考验人性 + 模拟人群的行为,探讨人性善恶。 ## 2. 技术路线: 1. 用Python 实现人群行为模拟,产生并记录行为数据; 2. 用Python 语言实现数据的可视化 - fig1 = plt.figure(2) rects =plt.bar(left = (0.2,1),height = (1,0.5),width = 0.2,align="center",yerr=0.000001) plt.title('Pe') plt.show()