Word War vi 0.15 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Word War vi 0.15 (Default branch)
# 1  
Old 06-16-2008
Word War vi 0.15 (Default branch)

Word War vi is a side-scrolling shoot 'em up '80sstyle arcade game. You pilot your "vi"per craftthrough core memory, rescuing lost .swp files,avoiding OS defenses, and wiping out those memoryhogging emacs processes. When all the lost .swpfiles are rescued, head for the socket which willtake you to the next node in the cluster.License: GNU General Public License v2Changes:
The radar now shows a box around your ship indicating the boundaries of the screen, and your ship and the humanoids blink twice as fast as they used to for increased visibility. Default options can now be set via the ~/.wordwarvi/.exrc config file, and customization of keyboard and joystick controls can be done via this file as well. A couple more levels have been added. The mouse cursor has been changed to something less obtrusive. A few very minor bugs have been fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DOC(4)							     Kernel Interfaces Manual							    DOC(4)

NAME
DOC - (Pilot standard text document) file format SYNOPSIS
struct doc_record0 { /* 16 bytes total */ Word version; /* 1 = plain text, 2 = compressed text */ Word reserved1; DWord doc_size; /* uncompressed size in bytes */ Word num_recs; /* not counting itself */ Word rec_size; /* in bytes: usually 4096 (4K) */ DWord reserved2; }; DESCRIPTION
The Doc file format is the standard text document format used by all models of the Palm Pilot. A Doc file is a pdb(4) file: this manual page describes only those aspects specific to Doc files. A Doc file consists of 0 to num_recs records; record 0 is the header for the document. (This header is distinct from the pdb(4) header.) The remaining records contain text, either plain or compressed depending upon version. Word Sizes In the synopsis above, the types ``Word'' and ``DWord'' are used just as in the Pilot headers. The type ``Word'' is 16 bits; the type ``DWord'' is 32 bits. Both are in big-endian format. Compression Format A character ``c'' in a compressed record is in one of four classes: 01-08 Copy ``c'' bytes 00,09-7F Self 80-BF Sequence C0-FF A space plus the ASCII character ``c ^ 0x80'' SEE ALSO
txt2pdbdoc(1), html2pdbtxt(1), pdbtxt2html(1), pdb(4) Christopher Bey and Kathleen Dupre. Palm File Format Specification, Document Number 3008-003, Palm, Inc., May 16, 2000. AUTHOR
Paul J. Lucas <pauljlucas@mac.com> txt2pdbdoc January 21, 2005 DOC(4)