Skip to content

翻转格子游戏算法(还不是最优,要优化)

Notifications You must be signed in to change notification settings

mixi57/reverseGameAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

reverseGameAlgorithm

游戏来源:

来自 《to the moon》 游戏里的过关小游戏

游戏说明

image

如上图所示

有一张 n*m的表 以及n+m+1个按钮(每行每列各一个,加上对角线一个)

每次按按钮 能将该行(或列)的数字翻转 1->0 0->1

要按什么顺序按才能把表中数字全变为0 求出最优解?

游戏解法说明

暂时是遍历暴力求解 还没其他思路

About

翻转格子游戏算法(还不是最优,要优化)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages