VM Labs SDK Sample Code |
\vmlabs\sample\Games\Chomp |
Copyright © 2001 VM Labs, Inc. All Rights Reserved |
December 19, 2001 |
Welcome to the Chomp game! This game demonstrates how to use the the SPRITE library.
To play the game with a remote control, press "Play" to start and "Enter" to continue.
Filename | Description |
chomp.c | Main program code for the sample. |
wave.c | Code used to play the sample's WAV files. |
levels.h | Defines the levels of the game. |
data.s | Assembler source that includes data file as a binary image. |
*.tga | Art work for chomp game. |
*.wav | Sounds for chomp game. |
makefile | MAKEFILE for building and running sample program. |