https://github.com/lordubuntu/battleship
Baby's First C Program
https://github.com/lordubuntu/battleship
games tui
Last synced: 10 months ago
JSON representation
Baby's First C Program
- Host: GitHub
- URL: https://github.com/lordubuntu/battleship
- Owner: LordUbuntu
- License: unlicense
- Created: 2020-02-02T08:55:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-28T06:41:31.000Z (11 months ago)
- Last Synced: 2025-06-28T07:35:23.095Z (11 months ago)
- Topics: games, tui
- Language: C
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Battleship
A game of strategy on the high sea!
## Backstory
Many of my fondest memories of strategy games started with the game of Battleship. Considering its simple mechanics I thought it would be a fun starter C project.
Following the "Question Driven Development" process this time around.
## Features
- [ ] AI
- [ ] LAN Multiplayer
- [ ] Local Multiplayer
- [ ] Keyboard or typing based inputs
- [ ] C99 ISO Standardized
- [ ] Easy installation process
- [ ] Portable (small and fast, <= 20KiB ideal)
- [ ] You can build upon it with FFI's
- [ ] Cross-platform (feature support depending on system)
The game is standard battleship otherwise, each player takes turns firing a single shot at each other until one of them sinks all the other's ships.
## Design Decisions
Explanations for design decisions.