Wizznic! Level4

Wizznic! – Highly Addictive Open Source Puzzle Game

About Wizznic!

This is an open source game inspired by the classic Puzznic, a tile-matching puzzle arcade game developed and produced by Taito in 1989. The game is way more than a clone of Puzznic. But like Puzznic, it’s a frighteningly addictive game. If you like puzzle games, Wizznic! is definitely a recommended download.

The premise of the game is quite simple, but many of the levels are fiendishly difficult. The objective of each level is to make all the bricks vanish. The bricks disappear when they touch others of the same kind. The bricks are heavy, so you can only push them sideways, but not lift them up. The level has to be cleared of bricks before the time runs out, or you lose a life. With all but the first game pack, you only have 3 lives.

Installation

I’ve mostly played Wizznic! on a Beelink S1 mini PC running a vanilla Ubuntu 17.10 installation. The mini PC only has on-board graphics, but this game doesn’t require any fancy graphics card. I needed to install three SDL libraries before the game’s binary would start. Many Linux users will already have these libraries installed on their PC, but they are trivial to install.

sudo apt install libsdl-dev
sudo apt-get install libsdl-image1.2
sudo apt-get install libsdl-mixer1.2

The full source code is available on GitHub available under an open source license, so you can compile the source code if you really want. The Windows binary works ‘out of the box’.

Wizznic! in action

To give a flavour of Wizznic! in action, here’s a short YouTube video of the game in action. Apologies for the poor quality sound, this is my first video made with the Beelink S1 mini PC (see footnote).

Screenshots

Level 4 from the Wizznic! 1 Official Pack

Wizznic! Level4

The puzzles in the first pack offer a gentle introduction to the game.

Game Editor

Wizznic! Editor

The game sports its own puzzle creator. With the game editor, it’s simple to make your own puzzles and share them with your friends, colleagues, and the rest of the world.

Features of the game include:

  • Atmospheric music – composed by SeanHawk
  • 2 game modes: Career, Arcade
  • Many hours of mind-bending puzzles to master
  • Create your own graphics (background images, tile sets, fonts), sound, levels, and packs
  • Built-in game editor – create your own puzzles
  • Play your own music
  • High Score table for each level
  • Skip puzzles after two failed attempts to solve them
  • Game can be controlled with the mouse, no keyboard needed
  • Level packs:
    • Wizznic! 1 – Official Pack with 20 levels, 5 lives. A fairly gentle introduction
    • Wizznic! 2 – Official Pack with 20 levels
    • Wizznic Silver – Proof of concept with 8 levels
    • Nes levels – NES Puzznic with 31 levels
    • Puzznic! S.4 – Stage 4 from Puzznic with 10 levels
    • Puzznic! S.8 – Stage 8 from Puzznic with 10 levels
    • Puzznic! S.9 – Stage 9 from Puzznic with 10 levels
    • Puzznic! S.10 – Stage 10 from Puzznic with 9 levels
    • Puzznic! S.11 – Stage 11 from Puzznic with 10 levels
    • Puzznic! S.12 – Stage 12 from Puzznic with 10 levels
    • Puzznic! S.13 – Stage 13 from Puzznic with 10 levels
    • Puzznic! S.14 – Stage 14 from Puzznic with 10 levels

Command-Line Options

Wizznic Command Options

By default OpenGL is enabled, but it can be disabled. There are options to play the game in full screen mode, or scale to a 640×480 window. There’s also Oculus Rift support, and the ability to dump screenshots of the levels.

OSSupportedNotes
Besides Linux and Windows, there are official binaries available for Pandora, GP2X Wiz, GCW-Zero. There are also unofficial ports available for Android, Debian, Ubuntu, Gentoo, FreeBSD, Haiku, Amiga OS4, Canoo, Dingux, Motorola ZN5, U9, E8, EM30, VE66, EM35, and Playstation Portable.

Homepage: wizznic.org
Developer: Jimmy Christensen (Programming, Graphics, Sound Direction), ViperMD (Graphics)
License: GNU GPL v3
Written in: C

Footnote

The game’s audio is way better. I probably should have tried the record facility available from the command line (see later); instead I used vokoscreen to make the video.

Click to rate this software
[Total: 0 Average: 0]

2 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.