This repository showcases classic games implemented in C. Each game demonstrates modular programming, structured code organization, and engaging console-based interactivity, as well as my personal improvement in writing code. The project serves as a portfolio of programming skills, emphasizing clean code, efficient logic, and dynamic gameplay.
Stars
9
Forks
2
Watchers
9
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
Add print and save system for game initialization and user input handling
e731777View on GitHubUpdate startup screen ASCII art and accept the letter q to place things
def3358View on GitHubRename and reorganize project files; update ASCII art in main menu for improved aesthetics and consistency
f1c60c6View on GitHubRefactor display_board function to include flash mode for enhanced visual feedback; adjust ship placement initialization so that they can actually play a second round
410d05eView on GitHubEnhance movement controls by adding WASD support alongside arrow keys; refactor position calculation logic for improved readability
18c7b02View on GitHubReworked the game to make it more user friendly; Added colors and banner.
cc42db8View on GitHubUpdate README.md to include Battleship game details and setup instructions
9b431bbView on GitHubAdd sound effects and audio initialization to Battleship game; refactor arrow key handling for improved readability
f933555View on GitHubRefactor gameplay loop to allow multiple rounds and improve score display; enhance startup screen with color-coded game mode options
3842a02View on GitHubAdd scoring system and player win tracking to Battleship game
1a456dfView on GitHubAdd gameplay function and refine display_board logic in Battleship game
bc89863View on GitHubImplement ship placement functionality and enhance terminal input handling in Battleship game
bd04dccView on GitHub