团队:专?团队 项目:music sharing 音乐共享平台 Alpha阶段项目复审 小组 项目 优点 缺点 最终排名 歪瑞古德小队 海岛漂流 1.分工明确,开发过程规范 2.功能完善,实现设计 1.实用性有待考虑 1 六神花露水 玩个球 1.简约风格更受当代年轻人喜欢2.运行流畅,资源加载快3. ...
分类:
其他好文 时间:
2020-06-14 14:37:37
阅读次数:
69
题目链接 点我呀 翻译 给你一个初始数字x, 你可以对它做两种操作: 1.整除2然后加上10 2.减去10 问你在n次1操作和m次2操作之内, 能不能把数字x变成是小于0的。 题解 n和m都小于30? 这不傻逼题吗? dp[i][j]表示i次1操作,j次1操作x能到达的最小值。 \(dp[i][j] ...
分类:
其他好文 时间:
2020-06-14 11:08:14
阅读次数:
55
b=pygame.key.get_focused() #当窗口获得焦点时返回 True ...
分类:
其他好文 时间:
2020-06-14 10:52:30
阅读次数:
52
This blog is meant to give a very high level and generalized introduction into the workflow behind creating games. It is not meant to be a strict guid ...
分类:
其他好文 时间:
2020-06-13 21:29:05
阅读次数:
79
CF1165F2 Microtransactions (hard version) 题目描述 The only difference between easy and hard versions is constraints. Ivan plays a computer game that cont ...
分类:
其他好文 时间:
2020-06-13 17:20:37
阅读次数:
72
Odd Selection Subsequence Hate Game On Leaves Guess The Maximums Tree Shuffling A、Odd Selection 题意: $n$个数选$x$个数能不能使它们的和是奇数。 题解: 按奇偶分一波情况就行。 AC代码: 1 #i ...
分类:
其他好文 时间:
2020-06-13 14:33:52
阅读次数:
74
#include<iostream> #include<algorithm> #include<cstdio> #include<cstring> #include<cmath> #include<map> #include<vector> #include<queue> #include<set> ...
分类:
其他好文 时间:
2020-06-12 21:47:06
阅读次数:
66
我罗斯方块最终篇(Player类、Game类) | 项目GitHub地址 | 我负责的部分 player类的完成 game类的完成 player类的调试 game类的调试 代码要点 Player类 玩家地图map 碰撞检测: bool Player::detectCollision(Block bl ...
分类:
其他好文 时间:
2020-06-11 22:00:48
阅读次数:
60
目的不必多说:提高项目可读性、可维护性 软件目录结构示例: Game/ |-- bin/ | |-- game.py | |-- core/ | |-- tests/ | | |-- __init__.py | | |-- test_main.py | | | |-- __init__.py | | ...
分类:
编程语言 时间:
2020-06-11 00:44:55
阅读次数:
65
这次我尝试写一个原创的项目 the_game 框架选择: SpringBoot+Mybatisplus+Shiro 首先是简单的需求介绍(素材灵感来自英雄联盟) 5个关键的表: admin(管理员): lol(英雄): lol_forces(势力): lol_occupation(职业): lol_ ...
分类:
编程语言 时间:
2020-06-10 12:56:12
阅读次数:
66