Skip to content

Instantly share code, notes, and snippets.

View cwilldev46's full-sized avatar

Chris Williams cwilldev46

  • Atlanta, GA
View GitHub Profile
using UnityEngine;
using System.Collections;
public class NumberWizard : MonoBehaviour {
// Use this for initialization
int max = 1000;
int min = 1;
int guess = 500;