
Hexacraft
Available on GitHub

The goal of being a programmer: Making your own Minecraft. Hexacraft is a game inspired by Minecraft, but with some interesting changes. First of all the blocks are hexagonal (at least on the top and bottom, since a more crazy shape wouldn't tesselate 3D space). Secondly the world i cylindrical, meaning that if you travel in one direction you might get back where you started. One very nice feature of the game is that the world is almost infinite (at least compared to heights in Minecraft). There is place for around 65 000 blocks in the Y direction (up-down), and 16 million blocks in the X and Z directions (horizontally). That is a lot better than Minecraft in the Y direction! Minecraft does allow a greater range in the X and Z directions, but I think that 16 million will do just fine. There are a lot of things to cover about this game, so I will post more soon.
Download the launcher here
For more information, please have a look at the GitHub repository.
Changelog
0.10
2021-07-20 02:06:00
It has almost been two years since 0.9, so it's about time for a new version!
Changes:
- Added sheep (spawn with L)
- Added bigger trees
- Added birch trees
- Lots of bug fixes and improvements
0.9
2019-09-30 13:37:00
After more than a year of waiting, it is finally time to release Hexacraft 0.9!
Changes:
- Added player model (spawn by pressing P)
- Added trees
- Introduced a new rendering system
- The chunk loader was completely rewritten and is now much better
- Improved performance, fixed bugs and performed a lot of other code maintenance
0.8
2018-07-09 14:15:45
This version adds water and lighting.
Note: If you log in to a world in this version, it will be incompatible with previous versions of the game.
Note: If you log in to a world in this version, it will be incompatible with previous versions of the game.
Changes:
- Added water with abillity to flow
- Added toolbar and block in hand
- Added lighting in caves (looks much better now)
- Sand blocks now emit light (temporarily)
- Changed world save folder structure
0.7
2017-12-01 00:26:54
This is the first version that is available on github. This is also the reason for the name of the version.
Changes:
- Added some menus so that you can have many worlds
- Fixed some bugs
0.6 (Alpha 1.5)
2017-08-24 12:05:58
Controls:
WASD - Move
Space - Jump
M - Rotate camera with mouse
RMB - Place block
LMB - Destroy block
1-9 - Change inventyslot (invisible at the moment, only 1-4 contain blocks)
F - Fly
Shift - Descend
Space - Ascend
F11 - Fullscreen (lower fps)
Arrow keys, PgUp, PgDn - Rotate camera
LCtrl, Alt, RCtrl - Move slowly, faster, superfast
F3 - Reload resources (like textures)
Enter - Unload/Load world (useless)
WASD - Move
Space - Jump
M - Rotate camera with mouse
RMB - Place block
LMB - Destroy block
1-9 - Change inventyslot (invisible at the moment, only 1-4 contain blocks)
F - Fly
Shift - Descend
Space - Ascend
F11 - Fullscreen (lower fps)
Arrow keys, PgUp, PgDn - Rotate camera
LCtrl, Alt, RCtrl - Move slowly, faster, superfast
F3 - Reload resources (like textures)
Enter - Unload/Load world (useless)
Changes:
- Rewrote the game in Scala
- Added more blocktypes
- Added nice worldgen
- Added caves (they will change in the future though)
- Now the world is saved (in AppData or the home directory)
- Made the sky beautiful
- Made the sun look less like a lemon, and more like an actual sun.
- Fixed collision detection! It's now much better than before!
- Chunk loading loads fastest where you look
- Much better resource-loading system
- The world is saved when the game unloads (e.g. by closing the window)
- Added fullscreen
- Made the game much more worth playing because the world will be saved
0.6.x (Alpha 1.5.x)
2017-08-24 12:04:30
All Alpha 1.5 realeases.
0.5 (Alpha 1.4)
2017-04-05 14:07:30
Changes:
- Basic collision detection
- Changed to LWJGL3 (a library)
- Made the sky blue
- Introduced fullscreen
- Added the sun
- Improved performance
- Fixed major issue with performance on linux computers
0.5.x (Alpha 1.4.x)
2017-04-05 14:07:00
All Alpha 1.4 realeases so far.
After this version I switched to Scala and rewrote the game at the same time. This was done to make the code nicer but of course it results in delayed progress. It will not take too long though.
0.4 (Alpha 1.3)
2017-02-11 01:53:30
Changes:
- Introduced sand
- Rotate camera with mouse (press M)
- Change blocktype (press T)
- Player height set to around 1.7 blocks
- Started working on saving the world
- Introduced triangular pixels on the top and bottom of blocks
- Player height doubled (so that one block height is half a meter)
- Basic world generation
- Very basic shadows
- Quite unnecessary day-night cycle
0.4.x (Alpha 1.3.x)
2017-02-11 01:53:00
All Alpha 1.3 releases
0.3 (Alpha 1.2)
2016-03-19 15:22:30
Changes:
- Introduced adding and removing of blocks
- Added basic gravity
- Instead of moving the player up and down, the world expands; this solves some rendering problems
- Superfast render
- Chunk loading improvements
0.3.x (Alpha 1.2.x)
2016-03-19 15:22:00
All Alpha 1.2 releases
0.2 (Alpha 1.1)
2015-10-29 18:55:30
Changes:
- Faster rendering
- F3 refreshes resources
- Chunks load in a circle around the player
- More efficient memory usage
- Blocks are introduced
- Fixed rendering bugs related to block coordinates
- The block under the mouse pointer is now correctly detected and marked
0.2.x (Alpha 1.1.x)
2015-10-29 18:55:00
All Alpha 1.1 releases
0.1 (Alpha 1.0)
2015-06-20 02:37:300.1.x (Alpha 1.0.x)
2015-06-20 02:37:00
All Alpha 1.0 releases