Bit Bowl
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 implemented using C++ code and calls to __builtin_* primitives for primitive WebAssembly operations (like sqrt and popcount).
The game features a regular bowling mode, playable by up to four players, locally or via netplay. The player can control the direction of the ball and must time their throw for optimal power. If the player scores a new record in bowling, they will be able to enter their name into a high score table which is automatically saved.
The game also features a survival mode, a single-player mode where the player must hit as many spares in a row as they can. If they fail to hit a spare, their game is over.
Like in the regular bowling game, if the player scores a new record in survival mode, they will be able to enter their name into a high score table which is automatically saved.
Due to performance issues with WASM-4 in certain versions of Firefox, it's recommended that you run this game in Chrome.
Status | Released |
Platforms | HTML5, Windows, macOS, Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | DanZC |
Genre | Sports |
Made with | Tiled |
Tags | Black and White, Multiplayer |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Gamepad (any) |
Multiplayer | Local multiplayer, Server-based networked multiplayer |
Player count | 1 - 4 |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.