Skip to content

Instantly share code, notes, and snippets.

View aosaginohi's full-sized avatar

Sjir Bagmeijer aosaginohi

View GitHub Profile
@aosaginohi
aosaginohi / NumberWizards.cs
Created July 9, 2017 11:25
Unity NumberWizards
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NumberWizards : MonoBehaviour {
int max;
int min;
int guess;
// Use this for initialization