Skip to content

TwBurn/Nobelia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nobelia

CD-i Game by Jeffrey Janssen - [email protected]

This is the Open Source version of Nobelia.

  • The source code is identical to the released version.
  • Licensed music is not included in this version, all in-game music tracks are replaced by "The Traveller"
  • The source code and assets in this repository are meant for personal and/or educational use only

Controls

Up/Down/Left/Right

  • Move character

Button 1

  • Start game on titlescreen
  • Place bomb (tile in front of you needs to be empty)
  • Activate chests/switches
  • Restart level after death

Button 2

  • Detonate remote bombs (when you have this powerup)

Button 3

  • Pause game

Resources

All assets in the game were either used from Open resources or created/adapted by me.

Changelog

  • Makefile has been updated to use the compiler/toolset available from https://github.com/TwBurn/cdi-sdk
  • Use DOSBox to call vcdmastr.exe since this is a 16-bit application (see master.bat)