Fish Supper: Level Editor released for Windows


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Fish Supper: Level Editor released for Windows
# 1  
Old 08-08-2008
Fish Supper: Level Editor released for Windows

Fish Supper is a simple arcade/puzzle game, loosely based on the retro classic Frogger. Guide a cat across a series of rivers, jumping from log to log to reach a tasty fish supper on the other side. Written in C++/SDL.
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Enterprise level Solaris&Windows file sharing

"Samba," I know, I know. However, I am a gov't worker and Samba is off the table. Does anyone have a recommendation for an off the shelf, secure solution? I've already suggested rsync and NFS services for Windows Server and got shot down. (4 Replies)
Discussion started by: LittleLebowski
4 Replies

2. Shell Programming and Scripting

Copy from vi Editor ( unix ) to windows

How to copy the complete content from a file in vi Editor to windows ( notepad ). I can use " select " and paste it to windows but this is restricted to current page. Not allowing me to scroll down or up when selecting the content.:confused: (1 Reply)
Discussion started by: frintocf
1 Replies

3. Windows & DOS: Issues & Discussions

need a good text editor for windows

I am looking to start to code some shell scripts, php, and probably some other web stuff. Free is preferred. I was looking at rocketedit but I would rather just use free open source if possible. On my Mac I love to use TextWrangler, so is there a Windows equivalent? For Vista/Win7 64bit ... (5 Replies)
Discussion started by: tlarkin
5 Replies
Login or Register to Ask a Question
trackballs(6)							       Games							     trackballs(6)

NAME
trackballs - A marble game for Linux that is similiar to the classic arcade game 'Marble Madness'. SYNTAX
trackballs [-w, -m] [-e, -l <level>] [-r <width>] ... -h --help Display this usage information. -e --edit Start as level editor. -l --level Start from level. -w --windowed Run in window (Default is fullscreen) -m --mute Mute sound. -r --resolution Set resolution to 640, 800 or 1024 -s --sensitivity Mouse sensitivity, default 1.0 -f --fps Displays framerate The last 5 options are all but obsolete as these can now be accessed through the games menu system. DESCRIPTION
Trackballs is a simple game similar to the classic Atari 1980's arcade game 'Marble Madness' (later released by Electronic Arts for the Amiga and other platforms). By steering a marble ball through a labyrinth filled with vicious hammers, pools of acid and other obstacles the player collects points. When the ball reaches the destination it continues to the next, more difficult track - unless the time runs out. It should be noted that this game is _not_ intended to be a replica of Marble Madness but rather merely inspired by it. For instance the game uses 3D graphics even though the original game had no real use for it. Also we aim at making the game highly configurable by a script- ing extension (Guile) and provide a simple editor by which new levels easily can be created. FILES
Binary: /usr/games/trackballs Shared files directory: /usr/share/games/trackballs/ Settings directory: ~/.trackballs/ ENVIRONMENT VARIABLES
GUILE_LOAD_PATH Specifies the directory where the guile files are EXAMPLES
To run this program the standard way type: trackballs Alternativly you edit a level using this command: trackballs -e steep Alternativly you can test a level with: trackballs -l steep AUTHOR
Mathias Broxvall <matbr@home.se> CONTRIBUTORS
Music and UI Graphics - Dietrich Radel <radel@inet.net.nz> Sound Effects - Benoit Rouits <brouits@free.fr> Packagers: Mandrake - Guillaume Bedot <guillaume.bedot@wanadoo.fr> Debian - Ari Pollak <ari@debian.org> Mathias Broxwall trackballs(6)