Bitty Engine
A downloadable tool for Windows, macOS, and Linux
Bitty Engine is a cross-platform itty bitty Game Engine. The full featured engine is programmable in Lua and integrated with built-in editors. It keeps the nature of both engine's productivity, and fantasy computer/console's ease to iterate. It boosts your commercial/non-commercial projects, prototypes, game jams, or just thought experiments.
Why Bitty Engine?
Bitty Engine has everything built-in for coding, graphics composing, etc; it has a full featured debugger for breakpoint, variable inspecting, stepping, and call-stack traversing; it offers a set of well-designed API with full documentation; it builds fast binaries with code and asset obfuscating, moreover its package size is small (around 10MB with empty project, other engine outputs more than 10 times bigger).
It is supposed to be your ultimate 2D game creating software.
Features
- Programmable in Lua, an easy to learn and widely used programming language
- Debugger with scope inspector, breakpoint support and stepping
- Easy to use API for resources, graphics, input, audio, and more other facilities
- Built-in libraries for File, File System, Archive, JSON, Network, Physics, etc.
- Dozens of various example projects
- Handy tools for editing sprite, map, image, text, JSON, etc.
- Project can be exported into standalone binary
Specs
- Display: configurable resolution
- Code: Lua, supports multiple source files
- Image: either true-color (PNG, JPG, BMP, TGA) or paletted, up to 1024x1024 pixels per file
- Palette: 256 colors with transparency support
- Sprite: up to 1024x1024 pixels per frame, up to 1024 frames per sprite
- Map: up to 4096x4096 tiles per page
- Font: supports Bitmap and TrueType
- Audio: 1 BGM channel, 4 SFX channels; supports MP3, OGG, WAV, etc.
- Gamepad: 6 buttons for each pad (D-Pad + A/B), up to 2 players
- Keyboard and mouse: supported
Redistribute
Bitty Engine helps you to make standalone binaries for Windows, MacOS, Linux and HTML (WebAssembly). It is redistributable for both non-commercial and commercial use without extra fee, your project is totally yours.
System requirements
OS | Windows 7 or later (32/64bit), MacOS 10.13 or later (Intel 64bit), Ubuntu 14 or later (32/64bit) |
---|---|
Processor | 1.5GHz |
Memory | 512 MB RAM |
Graphics | Intel HD |
Storage | 150 MB available space |
Installation
Windows
- Download and unzip the zip package
- Execute "x64/bitty.exe" or "x86/bitty.exe"
MacOS
You need to allow 3rd-party apps running on your Mac.
- Download and unzip the zip package
- Apply execution permission to the executable (i.e. "xattr -cr bitty.app", then "chmod 777 bitty.app/Contents/MacOS/bitty_drm_free")
- Execute by double clicking "bitty.app"
Linux
- Download and unzip the zip package
- Apply execution permission to the executable (i.e. "chmod 777 x64/bitty")
- Execute "x64/bitty" or "x86/bitty"
Links
- Homepage: https://paladin-t.github.io/bitty/
- GitHub: https://github.com/paladin-t/bitty
- Steam: https://store.steampowered.com/app/1386180/ (with trial)
(The Itch version and the Steam version offer an identical set of features, and they are both DRM-free.)
Status | Released |
Category | Tool |
Platforms | Windows, macOS, Linux |
Rating | Rated 4.6 out of 5 stars (5 total ratings) |
Author | Tony Wang |
Tags | bitty-engine, game-development, Game engine, lua, programming |
Links | Steam |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $11.24 USD. You will get access to the following files:
Development log
- Patch notes v1.3 → v1.3.1:May 14, 2024
- Update notes v1.2.2 → v1.3:Jan 17, 2024
- Patch notes v1.2.1 → v1.2.2:Sep 16, 2023
- Patch notes v1.2 → v1.2.1:Feb 15, 2023
- Update notes v1.1.8 → v1.2:Aug 31, 2022
- Patch notes v1.1.7 → v1.1.8:Aug 20, 2022
- Patch notes v1.1.6 → v1.1.7:Apr 02, 2022
- Patch notes v1.1.5 → v1.1.6:Jan 07, 2022