Skip to content

Minecraft-like 2.5D game using isometric rendering in C++ and SDL2

Notifications You must be signed in to change notification settings

chassinat0r/isometricraft

Repository files navigation

Isometricraft

What is this?

Isometricraft is a Minecraft-like creative building game written in C and SDL2 and using isometric rendering to display the blocks.

Changelog

Version 0.3, 25th March 2024

  • Rewritten in C++ because the code in C got too messy
  • Added inventory and changing blocks in hotbar
  • Added water, lava, glass, mossy cobblestone, and gravel blocks
  • New textures with black outline so blocks can easily be distinguished
  • 2D representations of blocks in hotbar/inventory
  • Sounds play when breaking and placing blocks
  • GCC version used to compile shows in top right corner
  • Improved performance significantly

Version 0.2, 13th March 2024

  • Added hotbar
  • Added world saving on quitting
  • Enabled window resizing and maximising
  • Cursor now stays behind blocks infront of it
  • Cursor cannot move outside the boundaries for the map
  • Removed placing a block where another one already is
  • Removed current block indicator in top right of screen
  • Removed leftover Minecraft textures used in early development

Screenshots

Download

Pre-compiled builds are currently only available on 64-bit Windows.

Latest version | Past releases

Disclaimer

ISOMETRICRAFT IS NOT AN OFFICIAL MINECRAFT PRODUCT AND IS NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.

More TBA

About

Minecraft-like 2.5D game using isometric rendering in C++ and SDL2

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages