csnake - Earthcomputer/clientcommands GitHub Wiki
/csnake
The /csnake
command starts a simple Snake game.
How to Play
To start the game, run the /csnake
command.
Controls
The snake can be controlled using arrow keys or the Minecraft movement keys.
Game Over
The game ends if the snake hits the boundaries or its own body.
Trivia
- The game uses the client tick rate to control the snake's speed, so it is possible to decrease the speed by using the
/tick rate
command, or by manipulating the tick speed using a client mod.