All Projects → cyxx → blues

cyxx / blues

Licence: other
Blues Brothers, Jukebox Adventure & Prehistorik 2 engine reimplementation (SDL2)

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to blues

Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+1407.14%)
Mutual labels:  games, sdl2, retrogaming
F2bgl
Fade To Black engine reimplementation (SDL, OpenGL)
Stars: ✭ 54 (+92.86%)
Mutual labels:  games, sdl2, retrogaming
Chocolate Doom
Chocolate Doom is a Doom source port that is minimalist and historically accurate.
Stars: ✭ 1,052 (+3657.14%)
Mutual labels:  games, sdl2, retrogaming
Rawgl
Another World/Out of This World engine reimplementation (SDL, OpenGL)
Stars: ✭ 111 (+296.43%)
Mutual labels:  games, sdl2, retrogaming
Dosbox Staging
DOS/x86 emulator focusing on ease of use
Stars: ✭ 412 (+1371.43%)
Mutual labels:  games, sdl2
Pegasus Frontend
A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
Stars: ✭ 364 (+1200%)
Mutual labels:  games, retrogaming
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+2660.71%)
Mutual labels:  games, retrogaming
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+1303.57%)
Mutual labels:  sdl2, retrogaming
Medguireborn
MedGui Reborn is a frontend/launcher (GUI) for Mednafen multi emulator, written in VB .Net with Microsoft Visual Studio Community
Stars: ✭ 40 (+42.86%)
Mutual labels:  games, retrogaming
Supertux
SuperTux source code
Stars: ✭ 1,120 (+3900%)
Mutual labels:  games, sdl2
Dome
A lightweight game development environment where games can be written in Wren
Stars: ✭ 251 (+796.43%)
Mutual labels:  games, sdl2
Awesome One Person Games
🎮 A curated list of successul games, made (quite) entirely by a lone gamedev.
Stars: ✭ 276 (+885.71%)
Mutual labels:  games, retrogaming
Boxtron
Steam Play compatibility tool to run DOS games using native Linux DOSBox
Stars: ✭ 262 (+835.71%)
Mutual labels:  games, retrogaming
Emupedia.github.io
The purpose of Emupedia is to serve as a nonprofit meta-resource, hub and community for those interested mainly in video game preservation which aims to digitally collect, archive and preserve games and software to make them available online accessible by a user-friendly UI that simulates several retro operating systems for educational purposes.
Stars: ✭ 206 (+635.71%)
Mutual labels:  games, retrogaming
shiromino
A fast-paced puzzle game with roots in the arcade.
Stars: ✭ 28 (+0%)
Mutual labels:  games, sdl2
Catacombgl
CatacombGL is a Windows source port with OpenGL graphics for Catacomb 3D (1991), The Catacomb Abyss (1992), The Catacomb Armageddon (1992) and The Catacomb Apocalypse (1993).
Stars: ✭ 41 (+46.43%)
Mutual labels:  sdl2, retrogaming
another js
Another World/Out of This World (HTML5)
Stars: ✭ 46 (+64.29%)
Mutual labels:  games, retrogaming
mach.d
Library for the D programming language.
Stars: ✭ 27 (-3.57%)
Mutual labels:  games, sdl2
mamesaver
Mamesaver is a mame emulated screensaver - get all the good ol' games playing their demo modes while you procrastinate and enjoy!
Stars: ✭ 26 (-7.14%)
Mutual labels:  games, retrogaming
PrinceJS
Prince of Persia reimplementation written in HTML5 / Javascript (MS-DOS Version)
Stars: ✭ 767 (+2639.29%)
Mutual labels:  retrogaming

Blues Brothers

This is a rewrite of the Blues Brothers and Blues Brothers: Jukebox Adventure game engines developed by Titus Interactive.

Screenshot1 Screenshot2

There is also support for Prehistorik 2.

Requirements

Blues Brothers

The data files of the Amiga or DOS version, full game or demo, are required.

*.BIN, *.CK1, *.CK2, *.SQL, *.SQV, *.SQZ

For sounds and music, the Amiga version files or the ExoticA set need to be copied.

Jukebox Adventure

The data files of the DOS version are required.

*.EAT, *.MOD

Prehistorik 2

The data files of the DOS version, full game or demo, are required.

*.SQZ, *.TRK

Changes

Compared to the original DOS executables, the rewritten engines feature :

  • horizontal scrolling
  • configurable screen size
  • game cheats : unlimited lifes and energy, no hit

Running

By default, the executable loads the data files from the current directory. This can be changed using command line switches.

Usage: blues [OPTIONS]...
  --datapath=PATH   Path to data files (default '.')
  --level=NUM       Start at level NUM
  --cheats=MASK     Cheats bitmask
  --startpos=XxY    Start at position (X,Y)
  --fullscreen      Enable fullscreen
  --scale=N         Graphics scaling factor (default 2)
  --filter=NAME     Graphics scaling filter (default 'nearest')
  --screensize=WxH  Graphics screen size (default 320x200)
  --cga             Enable CGA colors

Downloads

blues-sdl2-win32.zip - Win32 executable

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].