|
Bomb Toss is a 2-person multiplayer iOS game. It works over Bluetooth. The objective is to throw bombs at the other player while dodging the bombs that land on your side. It is free to play. Bomb Toss was my first attempt at a multiplayer game.
|
|
BooleanPad is an educational tool for simulating digital logic. The app allows you to build circuits by connecting logic gates to switches with wires. You can save your files and export them to your computer with iTunes App file transfers. Please note, newer versions can read a pervious version's file but when it is saved it will be able to load on previous versions.
|
|
BigFloat is an open source library for performing arbitrary precision calculations. It only supports addition, subtraction, multiplication, and division. There are currently better libraries written and some are listed on the wikipedia article Arbitrary-precision arithmetic. When I needed BigFloat I could not find an open source library in C, so I wrote my own, however there are now better alternatives.
|