Skip to content

Instantly share code, notes, and snippets.

View Boomshaka's full-sized avatar

Shaka Kanenobu Boomshaka

View GitHub Profile
@Boomshaka
Boomshaka / tic-tac-toe
Last active November 19, 2020 01:26
My first actual code: tic-tac-toe game for c++
#include <iostream>
#include <conio.h>
#include <windows.h>
/* This cpp program is supposed to run a simple tic-tac-toe game
which will keep scores, and allow you to choose from best 2
out of 3 or best 3 out of 5. I ran this program on code::blocks
a month ago and it worked, but I made slight changes, and
havn't built the program since then. If it doesn't work,
I would appreciate some help. It has only been roughly 2