A 3D Tetris-style puzzle game
BlockOut II is an OpenGL adaptation of the original BlockOut DOS game edited by California Dreams in 1989. BlockOut II has the same features as the original game with few graphic improvements. Score calculation is also nearly similar to the original game. BlockOut II has been designed by an addicted player for addicted players.
Have fun with BlockOut II...
Blockoutยฎ is a registered trademark of Kadon Enterprises, Inc., used by permission. This USA company produces hands-on sets of polycubes since 1980. www.gamepuzzles.com
http://www.blockout.net/blockout2
- English (this file)
- Espaรฑol
- Portuguรชs
- Franรงais
- Italiano
- Deutsch
- Polski
- Romรขnฤ
- ไธญๆ
- ๆฅๆฌ่ช
- Gaeilge
- ฮฮปฮปฮทฮฝฮนฮบฮฌ
- Nederlands
- Dansk
- Catalร
- Norsk
- ฤeลกtina
- Suomi
- Svenska
- Eesti
- Tรผrkรงe
- Afrikaans
- ุงูุนุฑุจูุฉ
Calling all young developers from CoderDojo and Code Club! ๐
We're building an international team to make BlockOut II accessible to players worldwide in 23 languages. Whether you're a beginner or experienced coder, there's a place for you!
What you'll learn:
- ๐ Internationalization (i18n) and localization
- ๐ป C++ game development
- ๐ง Build systems and CI/CD
- ๐ค Global collaboration
How to contribute:
- ๐ Translate the game to your language
- ๐จ Create localized fonts and graphics
- ๐งช Test on different platforms
- ๐จ Improve the build system
- ๐ฎ Add new features
๐ Read CONTRIBUTING.md to get started!
Get the latest release for your platform from the Releases page:
- Windows:
blockout-windows-*.zip- Extract and runBlockout.exe - Linux (Generic):
blockout-linux-x64-*.tar.gz- Extract and run./blockout/blockout - macOS:
blockout-macos-*.tar.gz- Extract and run the binary - Ubuntu/Debian:
blockout_*.deb- Install withsudo dpkg -i blockout_*.deb - Fedora/RHEL:
blockout-*.rpm- Install withsudo dnf install blockout-*.rpm - Arch Linux:
blockout-*.pkg.tar.zst- Install withsudo pacman -U blockout-*.pkg.tar.zst
- OpenGL support
Runtime:
libgl1-mesalibglu1-mesalibxext6libsdl1.2libsdl-mixer1.2
Build Dependencies:
build-essentiallibgl1-mesa-devlibglu1-mesa-devlibxext-devlibsdl1.2-devlibsdl-mixer1.2-devlibasound2-dev
- SDL 1.2 (via sdl12-compat)
- SDL_mixer 1.2
- OpenGL
- 64-bit support
- OpenGL is now used both on Linux and Windows
- Little graphics improvements
- Practice mode improvements
- Improved the demo mode (Bot player plays better)
- Local data directory moved from installation directory to "AppData" directory
- Added frame limiter
- Added demo mode
- Added practice mode
- Fixed replay bug
- Fixed random generator (FLAT block set)
- Fixed fullscreen bug (Linux)
- Added player/rank name when replaying
- New punctuation characters added
- Little effect when rotation is blocked
- Fixed "Cannot open blX.bl2replay for writing"
- New style (Marble/Arcade)
- Fixed crash when pressing [Esc]
- Pit animation when the game is over
- Jump to Score Details page after end of game
- Added DOS blockout sound preset
- New randomizer
- NUMPAD Key control added
- Block transparency configurable with slider
- Abort menu startup demo with [Esc]
- Empty pit (Flush) in score details added
- On-line score database
- Replay
- Credits page added
- Other minor updates
- Fixed block descent algorithm
- Increased a little bit drop time
- Improved tuning of motion speed
- Initial release
Automated:
sudo ./install-ubuntu-deps.sh
./build-and-run.shManual:
# Install dependencies
sudo apt-get install build-essential libgl1-mesa-dev libglu1-mesa-dev \
libxext-dev libsdl1.2-dev libsdl-mixer1.2-dev libasound2-dev
# Build ImageLib
make -C ImageLib/src
# Build BlockOut
make -C BlockOut _linux64=1 _release=1
# Run
cd BlockOut
./blockout- Install Microsoft Visual Studio 2022 (or 2019/2017)
- Install SDL 1.2.15 development libraries from libsdl.org
- Install SDL_mixer 1.2.12 development libraries from libsdl.org
- Set appropriate include and lib paths in project properties
- Build the solution
# Install dependencies via Homebrew
brew install sdl12-compat pkg-config
# Build SDL_mixer 1.2 from source (see .github/workflows/build-macos-brew.yml)
# Build ImageLib
make -C ImageLib/src
# Build BlockOut
make -C BlockOut _macos=1
# Run
cd BlockOut
./blockoutThis repository uses GitHub Actions for automated building and releasing across all platforms. The workflows are triggered on pushes to main and development branches.
-
build-windows.yml- Builds Windows x64 binaries and creates a zip package- Builds with Visual Studio 2022 (v143 toolset)
- Includes SDL runtime DLLs and game assets
- Outputs:
blockout-windows-*.zip
-
build-macos-brew.yml- Builds macOS binaries using Homebrew dependencies- Uses
sdl12-compatfor SDL 1.2 API compatibility - Builds SDL_mixer 1.2 from source
- Outputs:
blockout-macos-*.tar.gz
- Uses
-
build-fedora-rpm.yml- Builds RPM packages for Fedora/RHEL- Builds in Fedora container
- Outputs:
blockout-*.rpm
-
build-arch-pkg.yml- Builds Arch Linux packages- Uses
makepkgin Arch container - Outputs:
blockout-*.pkg.tar.zst
- Uses
-
package-deb.yml- Builds Debian packages for multiple Ubuntu versions- Builds for Ubuntu 24.04, 25.04, and 25.10
- Outputs:
blockout-*-ubuntu*.deb
create-release.yml- Creates a new release (manual trigger only)- Merges
developmentintomain - Creates a version tag
- Builds a generic Linux x64 tarball
- Waits for all platform builds to complete
- Creates a GitHub Release with all platform packages
- Usage: Go to Actions โ "Create Release" โ Run workflow โ Enter version (e.g.,
v2.5.0)
- Merges
All build workflows automatically trigger on:
- Push to
mainordevelopmentbranches - Changes to source files (
BlockOut/**,ImageLib/**) - Changes to the workflow file itself
You can also manually trigger any workflow from the GitHub Actions tab.
- Ensure all changes are merged to
developmentand tested - Go to GitHub Actions โ "Create Release" workflow
- Click "Run workflow"
- Enter the version number (e.g.,
v2.5.0) - The workflow will:
- Merge
developmentโmain - Create and push the version tag
- Build all platform packages
- Create a GitHub Release with all artifacts
- Merge
For each high score you make, a .bl2replay file is created in the replay directory. These files contain replay data needed for uploading scores to the online database. A replay can be uploaded only once after successful registration.
Upload your high scores to the online database from the Score Details page. Only scores from version 2.2+ can be uploaded (replay file required).
BlockOut II uses a bag randomizer that generates a sequence of all possible pieces (depending on pit dimension and block set) permuted randomly. It deals all pieces before generating another bag, preventing getting the same piece 3 times in a row.
To synchronize animations with your monitor's vertical blanking, select VSync in the frame limiter settings, save, and restart the application.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Jean-Luc PONS ([email protected])
