Skip to content

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 21:57
· 31 commits to main since this release
907585c

BabySmash! v4.1.0

A game for babies who like to bang on the keyboard!

📦 Download

File Description
BabySmash-Setup.exe Windows - Installer with Start Menu shortcut
BabySmash-win-x64.zip Windows - Portable version (also used by auto-updater)
babysmash_*_amd64.deb Debian/Ubuntu - Install with sudo dpkg -i babysmash_*_amd64.deb
babysmash-*.x86_64.rpm Fedora/RHEL - Install with sudo rpm -i babysmash-*.x86_64.rpm
BabySmash-linux-x64.tar.gz Linux - Manual install, extract and run ./babysmash

Self-contained - No .NET installation required.

⌨️ Usage

  • Press keys and watch shapes and letters appear!
  • Alt+O - Options (Linux) / Ctrl+Shift+Alt+O - Options (Windows)
  • Escape - Exit (Linux) / Alt+F4 - Exit (Windows)

🐧 Linux Package Installation

Debian/Ubuntu:

sudo dpkg -i babysmash_*_amd64.deb
sudo apt-get install -f  # Install dependencies if needed

Fedora/RHEL:

sudo rpm -i babysmash-*.x86_64.rpm

After installation, BabySmash will appear in your application menu!

🐧 Linux Dependencies

  • espeak for text-to-speech
  • pulseaudio-utils or alsa-utils for audio

These are automatically installed when using .deb or .rpm packages.


What's Changed

Full Changelog: v4.0.0...v4.1.0