Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali7haider/ocean_navigation_system_csharp_consolebased_oop
Ocean Navigation is a console-based application designed to manage ship positions and serial numbers effectively with file handling.
https://github.com/ali7haider/ocean_navigation_system_csharp_consolebased_oop
console-based csharp file-handling ocean-navigator oop oop-principles
Last synced: about 1 month ago
JSON representation
Ocean Navigation is a console-based application designed to manage ship positions and serial numbers effectively with file handling.
- Host: GitHub
- URL: https://github.com/ali7haider/ocean_navigation_system_csharp_consolebased_oop
- Owner: ali7haider
- Created: 2024-02-28T18:10:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T17:41:51.000Z (11 months ago)
- Last Synced: 2025-01-05T13:09:53.603Z (about 1 month ago)
- Topics: console-based, csharp, file-handling, ocean-navigator, oop, oop-principles
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ocean_Navigation_System_CSharp_ConsoleBased
Ocean Navigation is a console-based application designed to manage ship positions and serial numbers effectively.## Features
1. **Add Ship**: Allows users to add a new ship to the navigation system, providing details such as ship name, position, and serial number.
2. **View Ship Position**: Displays the current position of a specific ship by entering its serial number.
3. **View Ship Serial Number**: Retrieves and displays the serial number of a ship based on its name or position.
4. **Change Ship Position**: This enables users to update the position of a ship by entering its serial number and specifying the new coordinates.
5. **Exit**: Terminates the application and ends the current session.## Usage
To use Ocean Navigation, select the desired option from the menu presented in the console interface. Follow the prompts to input ship details or retrieve information as needed.
## Getting Started
To get started with Ocean Navigation, clone this repository to your local machine and compile the source code using any compatible C# compiler.