Hextris
Introduction
Hextris是一款快节奏的开源益智游戏,灵感来自经典街机游戏《俄罗斯方块》和《超级六边形》。游戏在一个旋转的六边形内进行,附着在边缘的彩色方块向中心下落。你的目标是通过颜色匹配来消除这些方块,防止它们到达中心,创造出一个既考验反应速度又考验战略规划的挑战性和令人上瘾的游戏循环。
Gameplay
核心玩法围绕颜色匹配展开。不同颜色的方块(红、蓝、绿、黄、紫等)从六边形的六个面向中心下落。要消除方块并防止游戏结束,你必须旋转六边形,将三个或更多相同颜色的方块排列成连续序列。创建匹配会消除这些方块,并使上方的方块向内下落。游戏速度会逐渐加快,可能会出现特殊方块如'连击方块'或'时间方块',增加挑战性。当任何方块到达六边形的中心时,游戏结束。
Controls
游戏具有简单直观的控制方式,适用于键盘和鼠标/触摸。在桌面上,使用左箭头和右箭头键顺时针或逆时针旋转六边形。或者,你可以在游戏屏幕上点击并拖动鼠标左右移动来旋转它。在触摸屏设备上,只需在屏幕上左右滑动即可。唯一的目标是通过消除方块并尽可能长时间生存来获得最高分。
Copyrights
Copyright (C) 2018 Logan Engstrom This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.