Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucaspmartins/tic-tac-toe-in-c
Tic-tac-toe game created in the C language for a course completion project (Procedural Programming).
https://github.com/lucaspmartins/tic-tac-toe-in-c
c cmd game terminal-game tic-tac-toe visual-studio-code windows-desktop
Last synced: 10 days ago
JSON representation
Tic-tac-toe game created in the C language for a course completion project (Procedural Programming).
- Host: GitHub
- URL: https://github.com/lucaspmartins/tic-tac-toe-in-c
- Owner: LucasPMartins
- Created: 2023-10-02T00:24:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T23:14:12.000Z (7 months ago)
- Last Synced: 2024-06-04T01:38:51.504Z (7 months ago)
- Topics: c, cmd, game, terminal-game, tic-tac-toe, visual-studio-code, windows-desktop
- Language: C
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Typing SVG](https://readme-typing-svg.herokuapp.com/?color=bc121c&size=45¢er=true&vCenter=true&width=1000&lines=Tic-tac-toe)](https://git.io/typing-svg)
## ❔ About
The Tic-Tac-Toe game is a classic board game, this project was developed by two students from the Federal University of Uberlândia as a way to solidify their programming knowledge in the C language acquired in the classroom.
This project utilizes concepts from the C language, such as:
- Conditionals
- Loops
- Functions
- Arrays
- Strings
- Structs
- Pointers
- Dynamic Memory Allocation
- File Handling
- among others.**How to Play**:
The objective of the game is to fill a 3x3 grid with alternating X and O symbols until one of the players manages to form a straight line horizontally, vertically, or diagonally.> [!Note]
> The program may not work very well on other operating systems and it's in Portuguese, I'm sorry :(## 🤝 Contributors
[![devlucasA](https://github.com/devlucasA.png?size=60)](https://github.com/devlucasA "Lucas Araújo de Oliveira on GitHub")
[![LucasPMartins](https://github.com/LucasPMartins.png?size=60)](https://github.com/LucasPMartins "LucasPMartins on GitHub")## 🛠 Tools:
![Visual Studio Code](https://img.shields.io/badge/-Visual%20Studio%20Code-0D1117?style=for-the-badge&logo=visual-studio-code&logoColor=007ACC&labelColor=0D1117)
![Git](https://img.shields.io/badge/-Git-0D1117?style=for-the-badge&logo=git&labelColor=0D1117)
![GitHub](https://img.shields.io/badge/-GitHub-0D1117?style=for-the-badge&logo=github&labelColor=0D1117)
![Windows](https://img.shields.io/badge/-Windows-0D1117?style=for-the-badge&logo=windows&logoColor=0a58ee)## 👨💻 Programming Language
![C](https://img.shields.io/badge/c-0D1117?style=for-the-badge&logo=c&logoColor=0a58ee)