BooBoo is a fun new programming language with a powerful game API.

Add file RSS Files  (0 - 30 of 101)
BooBoo 2.0.25 (Windows)

BooBoo 2.0.25 (Windows)

Full Version

Error messages are now perfected as far as the parser goes. All that's left is to ensure all functions in the standard libraries check all argument types...

BooBoo 2.0.25 (Linux)

BooBoo 2.0.25 (Linux)

Full Version

Error messages are now perfected as far as the parser goes. All that's left is to ensure all functions in the standard libraries check all argument types...

BooBoo 2.0.24 (Windows)

BooBoo 2.0.24 (Windows)

Full Version

This release makes modding practical, although the change is simple it allows your game to list content in your data/ folder where you can easily grab...

BooBoo 2.0.24 (Linux)

BooBoo 2.0.24 (Linux)

Full Version

This release makes modding practical, although the change is simple it allows your game to list content in your data/ folder where you can easily grab...

BooBoo 2.0.20

BooBoo 2.0.20

Full Version

Many improvements over the last IndieDB release! See full details.

BooBoo 2.0.9 Windows

BooBoo 2.0.9 Windows

Full Version

2.0.9 brings back the command line version. The plan is to separate Shim dependency but this version is still using SDL2 and other libraries. This version...

BooBoo 2.0.9 Linux

BooBoo 2.0.9 Linux

Full Version

2.0.9 brings back the command line version. The plan is to separate Shim dependency but this version is still using SDL2 and other libraries. This version...

BooBoo 2.0.7 Windows

BooBoo 2.0.7 Windows

Full Version

A whole lot of changes, with a focus on the new launcher.

BooBoo 2.0.7 Linux

BooBoo 2.0.7 Linux

Full Version

A whole lot of changes, with a focus on the new launcher.

BooBoo 1.8.5 Windows

BooBoo 1.8.5 Windows

Full Version

A launcher has been added so you don't need to drop to the command line to run anything. If you double click BooBoo.exe without any arguments, it will...

BooBoo 1.8.3 Linux

BooBoo 1.8.3 Linux

Full Version

A launcher has been added so you don't need to drop to the command line to run anything. If you double click BooBoo.exe without any arguments, it will...

BooBoo 1.8.1 Windows

BooBoo 1.8.1 Windows

Full Version

User functions can now be used in expressions (they should return a number.) Several bugs fixed (returning a Fish/Expression didn't work, strings are...

BooBoo 1.8.1 Linux

BooBoo 1.8.1 Linux

Full Version

User functions can now be used in expressions (they should return a number.) Several bugs fixed (returning a Fish/Expression didn't work, strings are...

BooBoo 1.8.0

BooBoo 1.8.0

Full Version

Another pile of features were added, check below for details.

BooBoo 1.6.19

BooBoo 1.6.19

Full Version

A bunch of new additions, making the API close to complete. See below.

BooBoo 1.6.18

BooBoo 1.6.18

Full Version

You can now change the logic rate and query the logic and refresh rates.

BooBoo 1.6.17

BooBoo 1.6.17

Full Version

This version includes shim4.json which can be edited and placed in your data/ directory for extra configuration options like window title, game and organization...

BooBoo 1.6.16

BooBoo 1.6.16

Full Version

This version of BooBoo add is_fullscreen, toggle_fullscreen and add_notification (displays an animated popup notification in the top right corner using...

BooBoo 1.6.15

BooBoo 1.6.15

Full Version

Tonnes of changes. Check the full description for all the details.

BooBoo 1.6.7

BooBoo 1.6.7

Full Version

Tilemaps can now have arbitrary rectangles defined that are given a bitmask/integer value (your choice how you use it.) AshEdit has been updated to allow...

BooBoo 1.6.4

BooBoo 1.6.4

Full Version

Steam support has been removed. I want to focus on generality and not favouriting Steam. sprite_start, sprite_stop and sprite_reset were added. Some documentation...

BooBoo 1.6.1 Windows

BooBoo 1.6.1 Windows

Full Version

The Windows version of BooBoo now runs on OpenGL. HLSL shaders were removed. This makes portability easier and you don't have to pack shaders. Consequently...

BooBoo 1.6.1 Linux

BooBoo 1.6.1 Linux

Full Version

The Windows version of BooBoo now runs on OpenGL. HLSL shaders were removed. This makes portability easier and you don't have to pack shaders. Consequently...

BooBoo 1.6.0 Windows

BooBoo 1.6.0 Windows

Full Version

This version adds Steam achievements, argc/argv for reading command line arguments, supports strings in expression comparison operators and JSON values...

BooBoo 1.6.0 Linux

BooBoo 1.6.0 Linux

Full Version

This version adds Steam achievements, argc/argv for reading command line arguments, supports strings in expression comparison operators and JSON values...

BooBoo 1.5.3 Windows

BooBoo 1.5.3 Windows

Full Version

BooBoo has a new license - it's free to download and use, but redistribution requires a license fee. Please see README.txt. Some minor issues were fixed...

BooBoo 1.5.3 Linux

BooBoo 1.5.3 Linux

Full Version

BooBoo has a new license - it's free to download and use, but redistribution requires a license fee. Please see README.txt. Some minor issues were fixed...

BooBoo 1.5.1 Windows

BooBoo 1.5.1 Windows

Full Version

This is BooBoo 1.5.1 for Windows. It was cross compiled on Linux and tested in Wine, please let me know if you have any problems with it.

BooBoo 1.5.1 Linux

BooBoo 1.5.1 Linux

Full Version

This version of BooBoo fixes sprite callbacks and demonstrates how to access JSON arrays.

BooBoo 1.5.0

BooBoo 1.5.0

Full Version

This version adds JSON reading support. An example has been added to demonstrate.