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.
- Two players on different computers over a local server.
- Fully text-based, with string grids.
- Command parsing system.
- Run
make build - 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. - In another terminal, run
make client port=<server port> player=1. This will create the interface for player 1. - 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!