Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

if anyone sees this, how did you get the game to run in the browser? is it a pulp game, or something else?

(1 edit)

It's playdate c SDK game for playdate, i reimplemented thé playdate api in sdl. Basically i took thé headers and implemented Every function using my own way in sdl. This made it possible to use unmodified code of my playdate games and compile them for Mac, Linux, Windows as well as web using emscripten. It also allowed me to expand thé SDK and use colored graphics. This reimplementation is not perfect and not complete, but was enough to make my games work like this. You can find it here https://github.com/joyrider3774/Playdate_Api_SDL2