Jingle Bells: Difference between revisions

From Moonlight Design
Jump to navigation Jump to search
(New page: thumb|right|450px|Screen shot of Jingle Bell's {{Tech:Win16}} port Jingle Bells was an academic project at the end of the first semester of my first comp...)
 
No edit summary
Line 4: Line 4:


==Download==
==Download==
*'''[https://www.moonlightdesign.org/steve/programs/jinglebells.zip Download Jingle Bells and its source code]'''
*'''[https://www.moonlightdesign.org/steve/programs/jinglebells.zip Download the original Jingle Bells and its source code]'''

Revision as of 15:27, 14 October 2007

Screen shot of Jingle Bell's Win16 port

Jingle Bells was an academic project at the end of the first semester of my first computer science class. The assignment was to visually and audibly render a traditional December holiday song using Pascal, and I chose to implement the Jingle Bells song.

The original version runs on DOS as a text console program and uses the PC speaker for audio. After writing ScreenWindow, I ported Jingle Bells to the C programming language and the audio to MIDI, effectively modernizing the project with a Windows interface.

Download