A browser bowling game made in HTML5.
A bowling game made for the WASM-4 fantasy console. The game was made in C++, using zero standard library code, and only using the external WASM-4 API as well as handwritten code. All standard functions (sprintf, memcpy, strlen, abs) were i...