Skip to content

theakshaym/TripleX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TripleX

A Simple C++ game (to be played on console)

Game Story

You've stumbled upon an old box that's been locked for ages. You need to enter 3 correct codes to Continue. You will receive everything that's inside the box!

Variables

Game Variable Values
Starting Difficulty 1
Maximum Difficulty 5
Total Attempts 3
  • Random Numbers are generated using :
srand(time(NULL));
rand() % DifficultyLevel + DifficultyLevel;
  • Screenshots:
Title Level Failed
Title LevelFailed
  • Compiled using g++

About

A simple C++ game

Topics

Resources

Stars

Watchers

Forks

Languages