Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.42 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.42 KB

Isometric Game

The game is written in C++ and the SDL2 library. ...to be honest the code is extremly bad, like unreadably bad, probably my worst code ever. I made this in order to get a simple grasp of isometric projection and tile picking.

alt text
alt text

The game supports:

  • Zooming
  • Movement
  • Basic rotation (90° only)
  • Tile picking (including height)

You also can make your own terrain using the ingame terrain editor (though don't expect anything advanced): alt text

Controls

Sadly there is no UI, so you'll have to use your keyboard and mouse for everything, here are the controls: !(https://i.imgur.com/uG97NPs.png)

Credits / Sources

License

This project is licensed under the MIT License (you can find info about the MIT License here: https://www.tldrlegal.com/l/mit)