Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Random C++ Stuff


Ertzel
 Share

Recommended Posts

Well I'm waiting for some new systems to be finished for Zacaras Empire, I decided to start playing around with C++ and learning it a little.

First, I started out with helping debug Ameerah (ZE's other DEV) school project thing she had which was just a little program that can calculate how long until your birthday. Once that was debugged I added colored text to it.
Preview -

>! ![](http://www.files.zacarasempire.com/C/BDay.png)

Then I looked over the coding for that program more and started working on a random Number generator. Once I got the generator working I decided to turn that into a text based Blackjack Game.
Preview -

>! ![](http://www.files.zacarasempire.com/C/Blackjack.png)

After I had the Blackjack game all debugged and working, I started looking at how to make Timers. I decided to make a little countdown timer you can set and have it either display the countdown, or just tell you when the timer is done.
Preview -

>! ![](http://www.files.zacarasempire.com/C/Timer.png)

And finally after learning how to replace Text on the screen without having to make a new text line, I started working on a Tick-Tack-Toe game this morning. After looking at a few tutorials and looking at some of the Blackjack coding I figured out how to get the game working. On the left side its your actual game board. The right side is the layout. You type in the number of the spot on the board that matches with the Layout for where you want to place your X/O.
Preview -

>! ![](http://www.files.zacarasempire.com/C/Tick-Tack-Toe.png)

Its nothing special or rlly hard, just some random stuff I decided to play around with for my first week of C++ learning.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...