Battleship

Description

The name is pretty self explanatory. This is the classic game of battleship where two players attempt to destroy each others ships by attacking various cells on a grid. This project was done for a class and the design framework was provided to us. My implementation requires that the console support ANSI control characters. This allows me to reposition the cursor and redraw only that which has changed. This greatly decreases draw time and allows for smoother gameplay. At little or no extra drawing cost I was also able to provide color.

Other Information

Screenshots
Source (Login required)
Home   Projects