Skip to content

A series of C++ simple and graphical games

Notifications You must be signed in to change notification settings

curiousjazz77/TripleX

 
 

Repository files navigation

Unreal Engine Developer Course - Bull Cow Word Guess Game

Unreal Engine Developer Course - Triple X Game

This is the Unreal Engine Developer course – it started as a runaway success on Kickstarter and has gone on to become one of the bestselling Unreal courses on the internet! Continually updated in response to student suggestions, you will benefit from the fact we have already taught over 360,336 students game development, many shipping commercial games as a result.

You're welcome to download, fork or do whatever else legal with all the files! The real value is in our huge, high-quality online tutorials that accompany this repo. You can check out the course here: Unreal Engine Developer

This section is under development, and this readme will be updated once complete

How to compile and run the code:

→ g++ TripleX.cpp -o triplex
→ ./tripleX

Example TripleX test run:

You are a secret agent breaking into a level 1 secure server room...
Enter the correct code to continue...

+ There are 3 numbers in the code
+ The codes add-up to: 3
+ The codes multiply to give: 1
1
1
1

*** Well done agent! You have extracted a file! Keep going! ***

You are a secret agent breaking into a level 2 secure server room...
Enter the correct code to continue...

+ There are 3 numbers in the code
+ The codes add-up to: 6
+ The codes multiply to give: 8
2
2
2

*** Well done agent! You have extracted a file! Keep going! ***

You are a secret agent breaking into a level 3 secure server room...
Enter the correct code to continue...

+ There are 3 numbers in the code
+ The codes add-up to: 13
+ The codes multiply to give: 80
5
4
4

*** Well done agent! You have extracted a file! Keep going! ***

You are a secret agent breaking into a level 4 secure server room...
Enter the correct code to continue...

+ There are 3 numbers in the code
+ The codes add-up to: 18
+ The codes multiply to give: 196
7
7
4

*** Well done agent! You have extracted a file! Keep going! ***

You are a secret agent breaking into a level 5 secure server room...
Enter the correct code to continue...

+ There are 3 numbers in the code
+ The codes add-up to: 23
+ The codes multiply to give: 441
7
7
9

*** Well done agent! You have extracted a file! Keep going! ***
*** Great work agent! You got all the files! Now get out of there! ***

About

A series of C++ simple and graphical games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.9%
  • C 19.5%
  • C# 1.6%