/coderepo

Open Source Library of Codes'

Primary LanguageC++GNU General Public License v2.0GPL-2.0

TwoRaisedTo

TwoRaisedTo is a command line game written in C Programming language to test how fast and for how long can you compute higher orders of two.

This game is designed for computer programmers who are obsessed with binary.

There are 10 modes to choose from -

  1. Race Against Time
  2. Challenger Mode

 

1. Race Against Time

You are given 20 seconds to reach the highest levels. The game ends if you enter the wrong answer, or run out of time.

 

2. Challenger Mode

There is no timelimit, however the orders are random and gets difficult with each level. The game ends if you enter the wrong answer.

 

Bonus points if you input answer in <3 seconds.

 

 

 

Please leave a review after you play the game.

Made for fun under an two hours as a excuse to learn time related functions and debug on edge cases.