• Stars
    star
    2
  • Language
    C++
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An experimental isometric (2.5D) game with infinite, procedurally generated maps. The maps use a Perlin noise function to "decide" how to place water. The engine generates new map tiles as required until you run out of RAM; it will be fairly easy (my notebook is full of designs) to make it load from disk, but the engineering effort isn't the best use of time at this stage.