https://github.com/birnadinerick/cahoot
Informatik projekt von 1. Semester
https://github.com/birnadinerick/cahoot
c17 server-client-application university-project
Last synced: 30 days ago
JSON representation
Informatik projekt von 1. Semester
- Host: GitHub
- URL: https://github.com/birnadinerick/cahoot
- Owner: BirnadinErick
- License: apache-2.0
- Created: 2024-12-17T09:45:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-21T10:28:43.000Z (over 1 year ago)
- Last Synced: 2025-01-21T11:29:56.673Z (over 1 year ago)
- Topics: c17, server-client-application, university-project
- Language: C
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tahoot
> kahoot-inspired CLI program to demostrate C skills for Informatik I in THD EMI-B2

## What tohoot is?
A _client_ wil ask for question from the _server_ and then sends the user's answer
back. The server will respond back with if the answer was correct and if correct then
how much point the user got!

## Contributors
- Birnadin Erick
- Shourya Ranjan Kumar
- Zaki Ali
- Palpasa Adhikari
## License
Licensed under Apache 2.0
## Technologies Used
- Sockets
- TCP/IP
- SCP (custom protocol, Simple Communication Protocol)
- LLVM suite
## Development
1. Install LLVM Suite: [Windows](https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.0/LLVM-19.1.0-win64.exe)
2. Install GNUMake: [Windows](https://sourceforge.net/projects/gnuwin32/)
3. Clone the repo
4. Run `make` to build and run the server
---
Made in Deggendorf with 🍺 and 🥨.