Giter VIP home page Giter VIP logo

ships-battleground's Introduction

Ships Battleground (C++ edition)


Table of Contents


Description

this is a battle ship game that we used to play in papers way back then, if u miss those times and want to play against an AI for this game then have at the!

Technologies

  • C++
  • Brain

Back To The Top


How To Use

Windows :

  1. Install a C++ Compiler:

    • Download and install MinGW or another C++ compiler like Visual C++.
    • if you cant find any installtion methods for MinGW continue on with this toturial but dont install VScode, only continue with the MinGW installation
  2. Open Command Prompt:

    • Press Win + R, type cmd, and press Enter.
  3. Navigate to the Code Directory:

    • Use the cd command to navigate to the directory containing your C++ source code.
  4. Compile the Code:

    • Use the following command to compile your code:
      g++ your_program.cpp -o your_program.exe
      Replace your_program with the name of your source file.
  5. Run the Executable:

    • Run the compiled executable:
      your_program.exe

macOS and Linux

  1. Open Terminal:

    • On macOS, find Terminal in Applications > Utilities.
    • On Linux, use the terminal emulator of your choice.
  2. Navigate to the Code Directory:

    • Use the cd command to navigate to the directory containing your C++ source code.
  3. Compile the Code:

    • Use the following command to compile your code:
      g++ your_program.cpp -o your_program
      Replace your_program with the desired name for the executable.
  4. Run the Executable:

    • Run the compiled executable:
      ./your_program

Notes:

  • Ensure that you have the C++ compiler installed on your system.
  • Make sure your code is in a file with a .cpp extension (e.g., your_program.cpp).
  • The -o flag in the compilation step specifies the name of the output executable.
  • These instructions assume basic knowledge of navigating the command line.

For any issues, refer to the documentation for your compiler or system.

Back To The Top


License

MIT License

Copyright (c) 2023 Captain Mirage

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top


Author Info

Back To The Top

ships-battleground's People

Contributors

captainmirage avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.