Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
/ TrigQuiz Public archive

A Simple Trigonometry Quiz Game

Notifications You must be signed in to change notification settings

r0hitm/TrigQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrigQuiz

A Simple command line Trigonometry Multiple Choice Quiz Game.

⚠ I made this as a fun exercise. Archiving it now ⚠

How to Build & Run

On *nix systems using g++ compiler, or using Cygwin on WSL on Windows:

g++ -Wall -o TrigQuiz TrigQuiz.cpp main.cpp

To Run, now type on *nix terminal:

./TrigQuiz

To run on windows, do this instead:

chcp 65001
TrigQuiz

Note: chcp 65001 is required to make sure all characters are rendered properly on windows terminal.

About

A Simple Trigonometry Quiz Game

Topics

Resources

Stars

Watchers

Forks

Languages