Main > Free Download Search >

Free battleship firing software for mac

battleship firing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
Battleship 1.2

Battleship 1.2


Free Yahoo! widget that will let you play the classic game of battleship more>> Free Yahoo! widget that will let you play the classic game of battleship

Battleship is a free Yahoo! widget that will let you play the classic game one again, this time with sound effects!
Pit your fleet against the computer for all out naval war! Can you outwit that brand new dual-G5 system you just bought?

System requirements:
-

Enhancements
- Added options to make play more challenging.

<<less
Download (601KB)
Added: 2009-05-06 License: Freeware Price: FREE
190 downloads
Battleships Game 1.0

Battleships Game 1.0


Battleships Game is an impressive and unique game which will catch your attention immediately. more>>

Battleships Game 1.0 is an impressive and unique game which will catch your attention immediately.

The enemy fleet has been located under the command of Admiral Komputer, but do not yet have visual contact. The best course of action is to fire at random into their vicinity and listen for the impact of the shells, and has likewise been forced to resort to the same tactics as ourselves. In accordance with the rules of war, fire will be exchanged one shell at a time and vessels lost will be announced immediately.

As per your orders you have been placed directly in command of the fleet's guns. Select the target location by clicking in the left-hand grid above. The right hand grid shows the status of

<<less
Download (369.1KB)
Added: 2006-10-04 License: Freeware Price:
downloads
Battleship Suite 1.01

Battleship Suite 1.01


Battleship Suite - Play Battleship over a network more>>
Battleship Suite is a network battleship game package, including client and server, which allows you to play battleship over the internet or over your local area network, chat with your friends and to get into the highscore list.
I did this together with Martin Giese, a good friend of mine, primarily because weve known each other for fourteen years, but never programmed anything together.. The sources are also available.
Enhancements:
- Client: - fixed a bug where BSClient wouldnt resolve the given server address correctly.
<<less
Download (2.1MB)
Added: 2006-09-18 License: Freeware Price:
1143 downloads
Paddleship Widget 1.0

Paddleship Widget 1.0


Paddleship Widget - Battleship clone more>>
Its you versus your mac as you battle for supremacy on the river.
Paddleship is a Battleship clone using paddle boats as opposed to naval ships.
Main features:
- Plays just like Battleship.
- Computer is smart about shooting.
- Hours of fun!
<<less
Download (129KB)
Added: 2006-02-28 License: Freeware Price:
1333 downloads
Battle AirCraft 1.3

Battle AirCraft 1.3


Battle AirCraft - Game similar to Battleship more>>
Battle AirCraft is a board game similar to Battleship.
Your mission is to destroy the enemy tanks, planes and other destruction devices before they destroy you.
Enhancements:
- Recompiled on newer compiler. Now runs on OS 10.
<<less
Download (2.8MB)
Added: 2006-03-23 License: Freeware Price:
1325 downloads
BSClient/BattleshipServer 1.01

BSClient/BattleshipServer 1.01


BSClient/BattleshipServer is a popular and enjoyable game to which you cannot close your eyes. more>>

BSClient/BattleshipServer 1.01 is a popular and enjoyable game to which you cannot close your eyes.

Play battleship over the internet or over your local area network. OS X server and graphical client. The server keeps a highscore list and provides chat functionality. Program is released as open source.

Requirements: Mac OS X 10.2 or later.
<<less
Download (2.1MB)
Added: 2004-10-26 License: Free Price:
downloads
Swift Office Ships 1.0.7

Swift Office Ships 1.0.7


Swift Office Ships is designed to be a clone of the classic game Battleships. more>>

Swift Office Ships 1.0.7 is designed to be a clone of the classic game Battleships. The only thing that differs is that Swift Office Ships is played on a Mac in a Bonjour (formerly Rendezvous) network instead of a piece of paper. If there is no other player available you can also play it against a computer opponent. The bad news is that cheating isn't possible, so e.g. you cannot place your very last submarine while the game is already in progress.

Major Features:

  1. Easy and intuitive to use
  2. High fun-factor
  3. Human and computer opponents
  4. Playable in a Bonjour network

Enhancements:

  • Runs on Snow Leopard.
  • Other minor changes and fixes.

Requirements:

  • Mac OS X 10.3 "Panther" or higher;
  • 3.3 MB free disk space.
  • Compatible with Mac OS X 10.4 "Tiger"
<<less
Download (1.5MB)
Added: 2009-09-04 License: Freeware Price: Notavailable
downloads
Simple SysInfo 1.0

Simple SysInfo 1.0


Simple SysInfo - Get System info quickly more>>
Simple SysInfo is an AppleScript which enables the user to get some quick and dirty system information without firing up the Apple System Profiler (which takes forever).

Completly freeware for personal use.
<<less
Download (9KB)
Added: 2006-04-12 License: Freeware Price:
1297 downloads
BaseTen 1.7

BaseTen 1.7


Cocoa database framework for working with PostgreSQL databases. BaseTen is a freeware, open source database framework created in Cocoa for working with PostgreSQL databases more>> Cocoa database framework for working with PostgreSQL databases.

BaseTen is a freeware, open source database framework created in Cocoa for working with PostgreSQL databases. BaseTen has been designed with familiar, Core Data -like semantics and APIs.

Main features:
- BaseTen Assistant imports Core Data / Xcode data models.
- Discovers the database schema automatically at runtime, including 1-1, 1-many and many-many relationships.
- Database changes are propagated to clients automatically, without polling.
- In-memory database objects are uniqued, and objects fetched via relationships are faults by default.
- Support for RDBMS features like database-driven data validation, multi-column primary keys and updateable views.
- Autocommit and manual save/rollback modes, both with NSUndoManager integration.
- A BaseTen-aware NSArrayController subclass automates locking and change propagation.
- Fetches are specified with NSPredicates (the relevant portions of which are evaluated on the database).

System requirements:
-
- AppKit for the optional BXSynchronizedArrayController.
-

Enhancements
BaseTen:
- BaseTens date and time type handling has been significantly overhauled.
- Timestamp and datetime types are now always returned as NSDates.
- NSDates are stored into the database in UTC. When fetching, database values are assigned the UTC time zone, or, if they are qualified with some other time zone on the database, converted to UTC.
- NSCalendar is now used instead of NSCalendarDate when converting NSDates to date strings.
- PostgreSQL "time" types are now handled. On the Cocoa side, they are converted to NSDates with the appropriate time offset from the reference date.
- New and changed data type support
- The XML data type can now be fetched as NSXMLDocument. This happens if the database schema is enforcing document-only values with a constraint such as CHECK(column IS DOCUMENT).
- "bit" and "varbit" fields are now fully supported. They are fetched as NSStrings because they cant easily be represented as octets.
- In additiong to fetching "point" fields as NSPoints, NSPoint values can now be saved into the database.
- Changes to the way BaseTen supports database relationships
- The default key names for to-many relationships have changed to the format "Set". The previous form, "", is now deprecated. Add a symbolic breakpoint to BXDeprecationWarning to find uses of these deprecated keys.
- BaseTen can now extract direction-specific relationship names from a foreign key constraints name. The combined length of these two names can be a maximum of 61 bytes of UTF-8. This facility is used by the updated BaseTen Assistant to import the direction-specific names from Xcode Data Modeler schemas.
- When creating new objects with a field values dictionary, to-one related objects (or their object IDs) can now be specified as an alternative to specifying the values of the foreign key fields. The relationship name is used as the key.
Other changes:
- All text transferred between the database and BaseTen will now be normalized to Unicode normal form D, ie. the format produced by -[NSString decomposedStringWithCanonicalMapping].
- Most locking queries sent by BaseTen can now be disabled, and documentation has been added to describe the locking functionality.
- More of BaseTens internals have now been documented in the reference manual.
- When inserting, updating or deleting rows, BaseTen now notices (and posts notifications of) changes that occur as a result of database triggers or rules firing. The only requirement is that said changes are to entities other than the one being changed by BaseTen; changes to the same entity will still be ignored.
- BXDatabaseObjectID is now documented as thread-safe since it only uses NSURL.
- BXSetProxies are now declared as deriving from NSMutableSet, as the NSCountedSets countability property isnt currently used by BaseTen.
- BaseTen will no longer try to unescape non-"bytea" columns.
- More SSL status codes are now available for determining when SSL is unavailable, automatic SSL certificate verification fails, user clicks Cancel in the certificate trust panel or some other SSL error occurs.
- Worked around potential issues with garbage collection where BaseTen used pointers to objects internal structures.
- KVO willChange notifications sent from -setPrimitiveValue:forKey: are now always called before the update. In certain cases with earlier BaseTen versions, observers might receive the notification after the change had been made.
- Some connection error messages are now more accurate.
BaseTenAppKit:
- BXSynchronizedArrayController can now remove objects even if the content set is bound to another array controller.
- BXSynchronizedArrayControllers property fetchesOnConnect is now called fetchesAutomatically. If its set, a fetch will also be performed when an already-connected database context is assigned to the array controller.
- BaseTenAppKit now embeds the Interface Builder plug-in. Interface Builder loads the plug-in if the framework has been added to a project.
- Fixed a crasher which occurred when connecting to a server with SSL capability in asynchronous mode.
- Fixed awkward user interaction when clicking Cancel in the certificate trust panel.
- Fixed a bug which caused object creation to fail if BXSynchronizedArrayController was instantiated in a nib and hadnt performed a fetch.
BaseTen Assistant:
- BaseTen Assistant can now name both sides of one-to-many and one-to-one relationships with the names entered in the Xcode Data Modeler.
- Optional relationships are now be created as optional and required relationships as required.
- Columns will no longer be created for transient attributes in data models.
- Relationships are now listed in the Inspector and info windows.
- A graphical representation of the database schema can now be created for use with Graphviz or OmniGraffle.
- Temporary information can now be deleted from BaseTen schema.
- Help is now more comprehensive.

<<less
Download (6.8MB)
Added: 2009-06-13 License: Freeware Price: FREE
187 downloads
Submarine game 2 8

Submarine game 2 8


Submarine online free game. Battleship. At the start of a Play, instructions. The submarine moves around the Board during Play, only appearing after e... more>> <<less
Download (10KB)
Added: 2009-04-20 License: Freeware Price: Free
209 downloads
Unreal Fortress Gold 1.0

Unreal Fortress Gold 1.0


Unreal Fortress is a custom MOD for the game Unreal Tournament. Changes with this mod include an altered sniper rifle firing/zoom mechanism. Melee weapons have an increased range more>> Unreal Fortress is a custom MOD for the game Unreal Tournament. Changes with this mod include an altered sniper rifle firing/zoom mechanism. Melee weapons have an increased range. Minigun power and accuracy have also been tweaked. There are other modifications in the gameplay and equipment.
Requirements:
Unreal Tournament.
<<less
Download (105.5MB)
Added: 2002-07-27 License: Free Price:
downloads
Strategic Conquest 4.0.1

Strategic Conquest 4.0.1


Strategic Conquest - Military strategy game: maneuver armies, navies & air force to conquer your opponent more>>
Your goal in Strategic Conquest is to capture the world. You plan the strategic direction of your military, organize your forces, and expand your empire throughout an unknown and dangerous world. If you were alone, this task would be easy, but you have an adversary with the same goal of worldwide domination. You build Armies which will capture more cities to add to your production. You build Fighters to rapidly explore the world. You build Transports to carry your Armies from your home island to other islands. You build a navy, with submarines, Aircraft Carriers, Destroyers, and Battleships, to protect your Transports and cripple enemy supply lines. You build Bombers to eliminate large enemy strongholds and damage his production capacity. Whether you win or lose will depend on your strategic and tactical skill.

<<less
Download (220KB)
Added: 2006-06-21 License: Freeware Price:
747 downloads
Call of Duty 1.5c

Call of Duty 1.5c


You get to fight alongside your brothers-in-arms as history comes alive. more>>


you get to fight alongside your brothers-in-arms as history comes alive. In momentous battles from D-Day to Stalingrad, you?ll find yourself in incredibly real terrain, caught in breathtaking life and death combat. You?ll fight as American and British paratroopers and as a young Russian soldier conscripted into the Soviet Army. Whether cut off in a village in Normandy, battling to re-take Red Square, boarding and sinking a German battleship, speeding down German-held roads or rescuing Allied officers from a German stronghold, the dangers are more than any one soldier can overcome. To make it through, you?ll need your buddies around you, and they?ll need you. That?s what war is about, and it?s what Call of Duty is all about.
Game Demo 1.0
Download from MacGameFiles (256.4MB)
View QuickTime Trailer
Game Feature: The Many Faces of War
Additional Resources
GSC Call of Duty: Run your own multiplayer game server.

<<less
Download (333MB)
Added: 2005-04-15 License: Update Price:
16 downloads
Atomic Combat 2.0

Atomic Combat 2.0


Battleship with nuclear weapons. more>> <<less
Download (18MB)
Added: 2008-12-19 License: Freeware Price:
16 downloads
Bean 2.4.1

Bean 2.4.1


Bean brings you a astonishingly flexible tool which is specially designed for anyone getting depressed at the thought of firing up MS Word or OpenOffice. more>>

Bean 2.4.1 brings you an astonishingly flexible tool which is specially designed for anyone getting depressed at the thought of firing up MS Word or OpenOffice.

If you use TextEdit but have to jump through hoops just to get a word count or change the margins, try Bean. If you desire a simple, beautiful writing environment, try Bean. Bean is a small, easy-to-use word processor that includes:

Major Features:

  1. A live word count
  2. A Get Info panel for in-depth statistics
  3. A zoom-slider to easily change the view scale
  4. An Inspector panel with lots of sliders
  5. Date-stamped backups
  6. Autosaving
  7. A page layout mode
  8. An alternate colors option (e.g., white text on blue)
  9. An option to show invisible characters (tabs, returns, spaces)
  10. Selection of text by text style, paragraph style, color, etc.
  11. A floating windows option (like Stickies has)
  12. Easy to use menus
  13. Remembers cursor position (excluding .txt, .html, .webarchive formats)
  14. All of Cocoa's good stuff (dictionary, word completion, etc.)

Enhancements:

  • The most current version of Bean should now always work with CopyPaste Pro. Note: the CopyPaste Pro command Open Selection in Editor will start the most current version of Bean present; Open Editor however starts whatever version of Bean is contained within the CopyPaste Pro bundle. Thanks to Peter Hoerster for the code.
  • Added up-to-date French localization (thanks to Daniel Elmiger) and a new Italian localization (thanks to Stafano Carlini)
  • Users have reported that Bea...

<<less
Download (4.4MB)
Added: 2009-10-02 License: Freeware Price: Notavailable
downloads
 
Other version of Bean
Bean 2.3.0If you get depressed at the thought of firing up MS Word or Open Office, try Bean. If you use Text
License:Freeware
Download (3.8MB)
269 downloads
Added: 2009-05-29
Bean 2.2.0If you get depressed at the thought of firing up MS Word or OpenOffice, try Bean
License:Freeware
Download (2.6MB)
249 downloads
Added: 2009-03-06
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2