Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tsg-ut
/
mnemo
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
4
Star
26
Code
Issues
51
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
スコアの仕様
Jump to bottom
Edit
New page
Koki Takahashi edited this page
Nov 6, 2016
·
9 revisions
スコアの仕様 (草案)
スコアは0点以上10000点以下の10点刻み
そのうち5000点はクロックに対する得点、残りの5000点がブロックに対する得点である
共通仕様
クロック点
盤面の高さと同じクロック数でクリアした場合
5000点
が与えられる
ステージの制限クロック数の半分でクリアした場合
2000点
が与えられる
ブロック点
ブロック数は使用ブロックの重み付き合計値で計算される。
盤面の高さと同じブロック数でクリアした場合
5000点
が与えられる
盤面の幅×盤面の高さと同じブロック数でクリアした場合
2000点
が与えられる
案1 (指数関数)
クロック点、ブロック点は、ともに5000点を起点にして指数関数的に減少していく
係数は途中の点数の制約を満たすように与えられる
計算式
W: 盤面の幅
H: 盤面の高さ
C_L: 制限クロック数
C: かかったクロック
B: かかったブロック
P_C: クロック点
P_B: ブロック点
利点
計算式が単純
5000点での傾きがパラメータによらず一定(-1000*log(5/2))
欠点
得点が0点にならない
案2 (多項式)
制限クロック数と同じクロック数でクリアした場合、
0点
のクロック点が与えられる
盤面の幅×盤面の高さ×3と同じブロック数でクリアした場合、
0点
のブロック点が与えられる
クロック点、ブロック点は、ともに5000点を起点にして多項式的に減少していく
係数は途中の点数の制約を満たすように与えられる
計算式
W: 盤面の幅
H: 盤面の高さ
C_L: 制限クロック数
C: かかったクロック
B: かかったブロック
P_C: クロック点
P_B: ブロック点
利点
0点の場所を定めることができる
欠点
計算が複雑
案3 (線形補間)
名前の通り
計算結果が負になったら0点とする
計算式
W: 盤面の幅
H: 盤面の高さ
C_L: 制限クロック数
C: かかったクロック
B: かかったブロック
P_C: クロック点
P_B: ブロック点
利点
分かりやすい
欠点
クロック数・ブロック数が一定値を超えると得点が0になる
Wiki pages
Pages
6
Loading
Home
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
MNEMO開発の手引き
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
MNEMO開発大会 ルール詳細
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
スコアの仕様
スコアの仕様 (草案)
共通仕様
クロック点
ブロック点
案1 (指数関数)
計算式
利点
欠点
案2 (多項式)
計算式
利点
欠点
案3 (線形補間)
計算式
利点
欠点
Loading
ブロック説明一覧
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
マイグレーション
Uh oh!
There was an error while loading.
Please reload this page
.
Add a custom sidebar
Clone this wiki locally
You can’t perform that action at this time.