kibebr / sdl-to-wasm-games

a compilation of games built with C and SDL compiled to WebAssembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdl-to-wasm-games

A compilation of games built with C and SDL compiled to WebAssembly through Emscripten.

Games

For now, only two games are added: Snake and Asteroids. Both games are written in C with SDL, and are compiled to WebAssembly through Emscripten.

Previews

Snake: https://kibebr.github.io/sdl-to-wasm-games/

How?

I wrote an article on how to easily make those games run in a web browser, check it out!

About

a compilation of games built with C and SDL compiled to WebAssembly


Languages

Language:HTML 97.7%Language:C 2.3%