Hi everyone,
I'd like to build a 2D tile-based platformer where I can customize the following attributes (i.e. upload my own tilesheet):
- Player
- Ennemies
- Background & props
- Coins & other collectible elements
I'd also want to integrate a feature to count the collected coins & a time tracker.
I want this game to be playable on a web-browser.
I can code in Python (and don't have much time to learn a new language) and I'd like to use free open-source tools as much as possible.
What solutions do you suggest? ?
Thanks a lot for your time, I am very new to this and I'd really appreciate your support (even if it's for telling me my requirements are too much!).