- Edited
Hi there!
Here's a small 2D platformer game that writed on C++ by using SFML library ( https://www.sfml-dev.org/ ) .
I've already made the first map and enemies
.
The GitHub page is here: https://github.com/xolatgames/vasya-prepare-jam-for-winter
During the creation process I had to do Map parser for my game for https://www.mapeditor.org/ , because the available Map parsers ( https://doc.mapeditor.org/en/stable/reference/support-for-tmx-maps/ ) don't works correctly. It's available there: https://github.com/xolatgames/vasya-prepare-jam-for-winter/blob/main/src/MapParser.cpp , but if you wanna use this in your project you must leave the attribute: "Thanks to xolatgames for contribute!" or something like that...
The game is also available on GameJolt https://gamejolt.com/games/vpjfw/934280 and https://xolatgames.itch.io/vpjfw
itch.io
This project is still in early access and only one map is available now.
Have a nice play to yous!