tsoding / snake-c-wasm

Snake written in Pure C and compilable to WebAssembly

Home Page:http://tsoding.github.io/snake-c-wasm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

thumbnail

Quick Start

Build

$ ./build.sh

Running SDL version

$ ./sdl_main

Running WASM version

$ python -m http.server 6969
$ iexplore.exe http://localhost:6969/

Font

Anek Latin Light

About

Snake written in Pure C and compilable to WebAssembly

http://tsoding.github.io/snake-c-wasm/

License:MIT License


Languages

Language:C 87.2%Language:C++ 11.8%Language:JavaScript 0.8%Language:HTML 0.1%Language:Shell 0.1%