8000 GitHub - McGarity99/Terminal_Battleship: C++ implementation of a command-line based Battleship game on a 10x10 board.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

McGarity99/Terminal_Battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal_Battleship

C++ implementation of a command-line based Battleship game.

NOTE: Ships are placed randomly. This was done to speed up the user experience.

Entirety of gameplay is represented in the terminal with ASCII characters.

Basic AI is implemented to represent a human opponent (game is PvE).

Contains several ANSI escape codes for colored terminal output.

Use Makefile to easily compile and execute the game:

    make Game to compile source code

    make Play to start the game

About

C++ implementation of a command-line based Battleship game on a 10x10 board.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
0