hagemt / snake-c-wasm

Snake written in Pure C and compilable to WebAssembly

Home Page:http://tsoding.org/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.org/snake-c-wasm/

License:MIT License


Languages

Language:C 53.1%Language:C++ 43.5%Language:JavaScript 2.2%Language:Shell 0.9%Language:HTML 0.2%Language:Makefile 0.1%