Skip to content

Instantly share code, notes, and snippets.

<?php
echo "What's up";
?>
@SwickZ
SwickZ / Checkers_Code
Last active October 30, 2016 07:24
Source Code for a checkers game
#include "stdafx.h"
#include <iostream>
#include <fstream>
#include <stdlib.h>
using namespace std;
//class of the program
class CheckersGame
{
public: