anilstha1 / Arcade-in-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcade in C

Introduction

This is a collection of four games in C. It has got the authentication system and it creates a unique profile for each player. It allows user to choose between different games.

You can play following games here:

  • Wordle
  • TicTacToe
  • General Quiz
  • RockPaperScissors

This was developed as a academic project in first semester.

The team of this project:

  1. Anil Shrestha
  2. Ashok Bk
  3. Ashok Neupane
  4. Aagaman Sharma

To run this program

Clone this repository and run the folling command in terminal in that folder

To compile and create an executable file:

gcc main.c quiz.c wordle.c ticTacToe.c authentication.c rockPaperScissors.c -o run.exe

To run the program:

./run

Some Screenshots of the games:

Screenshot-2.png

Screenshot-3.png

Screenshot-4.png

Screenshot-5.png

Screenshot-6.png

Screenshot-7.png

Screenshot-8.png

Happy playing 😍

About


Languages

Language:C 100.0%