Skip to content

Instantly share code, notes, and snippets.

View 21region's full-sized avatar

Egor Okhterov 21region

  • Dublin
  • 09:58 (UTC +01:00)
View GitHub Profile
@21region
21region / Program.cs
Created December 19, 2015 17:40
The starting point to develop the console version of the game 'Labyrinth'
using System;
namespace UniumConsole
{
class Program
{
static void Main(string[] args)
{
InitializeTheGame();
StartTheGame();