2.0.0
Compatibility
Changes
Eng:
I’ve fixed a bug: when you exit “Snake”, the game progress doesn’t reset — it’s put on pause.
I’ve added a start screen with a choice of three modes: “Normal”, “Time Attack”, and “Living Walls”.
“Normal” is the standard game mode that was already there. “Time Attack” is a timed mode: you have 60 seconds to eat as many regular berries as possible. “Living Walls” means you must avoid getting hit by 5 moving squares. I’ve added a statistics button in each of the modes. Sounds for eating and animations have been added. In the settings, you can adjust the game sound. Also, a mode selection button has been added next to the game field. The buttons are now styled to match the game’s visual theme.
Ru:
Пофиксил баг: если выходите из «Змейки», то прогресс игры не сбрасывается, а ставится на паузу.
Добавлен начальный экран с выбором трёх режимов: «Обычная», «На время», «Живые стены». «Обычная» — это обычный режим игры, который был. «На время» — это игра на время: нужно за 60 секунд успеть съесть как можно больше обычных ягод. «Живые стены» — нужно не попасться на 5 подвижных квадратов.
Добавил кнопку со статистикой в каждом из режимов. Добавлены звуки поедания и анимации. В настройках можно настроить звук игры. Также рядом с игровым полем добавлена кнопка выбора режимов. Кнопки теперь стилизованы под игру.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:r6mQJ4JN:NQyB6Y0n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r6mQJ4JN:NQyB6Y0n"
}

