https://github.com/mgalgs/termship
Network Battleship game. Terminal-based (ncurses).
https://github.com/mgalgs/termship
Last synced: 5 months ago
JSON representation
Network Battleship game. Terminal-based (ncurses).
- Host: GitHub
- URL: https://github.com/mgalgs/termship
- Owner: mgalgs
- Created: 2010-09-28T05:26:07.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T09:33:25.000Z (almost 10 years ago)
- Last Synced: 2025-10-13T15:42:47.801Z (9 months ago)
- Language: C
- Homepage:
- Size: 142 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
termship
========
ncurses-based, network-enabled Battleship clone.
Written by:
Mitchel Humpherys
Weslee Frisby
Building
========
* Install ncurses with development headers
* type `make`
* profit?