Asked to make a 2d platformer [on hold]
- by Fendorio
I've been tasked with creating a simple 2D platformer top be put on a webpage. The game is pretty much a simple Super Mario type game.
I've been playing around with C# and C++ now for a couple years, so I'm aware that Unity offers a route to making a web game but for such a simplistic project i'm afraid that using unity would be overkill... i.e. slow, nobody wants to install the web player for a game with < 5 mins playtime.
Html5 canvas/JS seems to jump out at me over flash, as that seems to be being pushed out.
Any suggestions on a route to take would be greatly appreciated