Skip to content

brampedgex/simple-battleship

Repository files navigation

Battleship

Simple networked CLI battleship game written in C.

mkdir build
cd build
cmake ..
cmake --build .
./battleship server
# On a different terminal or computer:
./battleship client [ip] [port]

Why?

I was bored, and I wanted to learn C.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published