Skip to content

Instantly share code, notes, and snippets.

@nns2009
nns2009 / 10 Minute Game.cs
Created September 20, 2020 00:26
Polished maze game made in under 10 minutes with Unity
// Made from scratch in just 8 minutes 23 seconds
// Watch this video to see how:
// https://youtu.be/aP9eKrnyxe4
// Play online here:
// https://nns2009.itch.io/just-maze
using Cinemachine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;