Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martomate/hexacraft
A game with hexagonal blocks on a cylindrical world inspired by Minecraft
https://github.com/martomate/hexacraft
Last synced: about 2 months ago
JSON representation
A game with hexagonal blocks on a cylindrical world inspired by Minecraft
- Host: GitHub
- URL: https://github.com/martomate/hexacraft
- Owner: Martomate
- License: mit
- Created: 2018-01-24T23:48:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T18:13:52.000Z (about 2 months ago)
- Last Synced: 2024-11-10T19:24:43.799Z (about 2 months ago)
- Language: Scala
- Homepage: https://martomate.com/games/hexacraft
- Size: 29.9 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexacraft
[![Coverage Status](https://coveralls.io/repos/github/Martomate/Hexacraft/badge.svg?branch=master)](https://coveralls.io/github/Martomate/Hexacraft?branch=master)A game with hexagonal blocks on a cylindrical world inspired by Minecraft
![image](https://martomate.com/games/hexacraft/hexacraft_in_game_0.10.png)
## Features:
- Hexagonal blocks
- Cylindrical world
- Infinite world (except around the cylinder)
- Triangular pixels
- And much more!## Installation
The game requires Java 11 (or later) to be installed. If it's not installed you can get it [here](https://www.oracle.com/java/technologies/downloads/).
You can download the launcher [here](https://github.com/Martomate/Hexacraft/releases/tag/launcher-1.2.1).
## Usage
### Controls
The controls are almost the same as in Minecraft.#### Movement:
| Action | Keys |
|-----------------|----------------------------------|
| Movement | WASD |
| Camera rotation | Mouse or arrow keys, PgUp, PgDn |
| Jump | Space |
| Fly | F |
| Fly up | Space |
| Fly down | Left Shift |
| Walk slow | Left Ctrl |
| Walk fast | Left Alt |
| Walk superfast | Right Ctrl |#### Other useful controls
| Action | Keys |
|---------------------|-----------------------|
| Select hotbar slot | 1 ... 9, scroll wheel |
| Place block | Right click |
| Remove block | Left click |
| Pause | Escape |
| Fullscreen | F11 |#### Extra
| Action | Keys |
|------------------------------|-----------------------|
| Free the mouse | M |
| Debug info | F7 |
| Place block under your feet | B |### Worlds are saved
The program works very similarly to Minecraft (at least when it comes to saving worlds).You can create as many worlds as you like and they will be saved on your computer. To find the files go to the folder named ".hexacraft" in the %appdata% directory on Windows and in the home directory on Mac and Linux (just like for Minecraft).
## Licence
This project goes under the [MIT Licence](LICENSE). In short it says that anyone may use this project for anything they want as long as the licence is not removed or changed.
Basically this should be an open source project, but if anyone uses it for some purpose it would be nice if they mentioned the original project or the authors of this project. There has, after all, been a lot of work put into this.