Skip to content

Instantly share code, notes, and snippets.

View eldryoth's full-sized avatar

Sjir eldryoth

View GitHub Profile
@eldryoth
eldryoth / 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