Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 244 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 244 Bytes

rustship

Simple Battleship board game style computer game. Exercise in learning Rust.

Instructions

Use cargo build to build a binary. use cargo test to run the tests main doesn't really do anything yet except print a Battleship board.