zpervan / BlockJump

Block jump game implemented with Golang and C++
MIT License
3 stars 0 forks source link

Allow loading of premade maps #11

Closed zpervan closed 1 year ago

zpervan commented 1 year ago

The game should be able to load premade maps into the game. The map data should be defined inside a .map file which will contain the following information:

Player and NPC positions will be imlpemented later.