Skip to content

philipericsson/cs3110-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hit or Miss - An OCaml Battleship game

Hit or Miss is a battleship-like game written in OCaml. It is the project submission of Ethan Orlowsky, Faizaan Datoo, and Philip Ericsson. For CS 3110, Spring 2020.

Features

  • Two players on different computers over a local server.
  • Fully text-based, with string grids.
  • Command parsing system.

To play

  1. Run make build
  2. Run make server port=<your port> to start a server in that terminal window. You can choose whichever port you like; if the port is taken, another port will be chosen for you.
  3. In another terminal, run make client port=<server port> player=1. This will create the interface for player 1.
  4. In another terminal, run make client port=<server port> player=2. This will create the interface for player 2.

For more detailed instructions, you can read INSTALL.txt.

You are now ready to start playing!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors