Data::ChipsChallenge

Perl interface to Chip's Challenge data files.
Download

Data::ChipsChallenge Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Casey Kirsle
  • Publisher web site:
  • http://search.cpan.org/~kirsle/Tk-HyperText-0.06/lib/Tk/HyperText.pm

Data::ChipsChallenge Tags


Data::ChipsChallenge Description

Perl interface to Chip's Challenge data files. Data::ChipsChallenge is a Perl interface to Chip's Challenge data files.SYNOPSIS my $cc = new Data::ChipsChallenge("./CHIPS.DAT"); print "This CHIPS.DAT file contains ", $cc->levels, " levels. "; for (my $i = 1; $i levels; $i++) { my $info = $cc->getLevelInfo($i); print "Level $info->{level} - $info->{title} " . "Time Limit: $info->{time} " . " Chips: $info->{chips} " . " Password: $info->{password} "; }This module provides an interface for reading and writing to Chip's Challenge data files ("CHIPS.DAT") that is shipped with Best of Windows Entertainment Pack's Chip's Challenge.Chip's Challenge is a 2D tilebased maze game. The goal of each level is usually to collect a certain number of computer chips, so that a chip socket can be opened and the player can get to the exit and proceed to the next level.This module is able to read and manipulate the data file that contains all these levels. For some examples, see those in the "eg" folder shipped with this module. Requirements: · Perl


Data::ChipsChallenge Related Software