Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Dungeon Game
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class dungeonGame { int room = 1 console.writeline("You are in a cave. As you walk forward you get to a crossway with three paths. Do you want to go to path '1', '2' or '3'?") } }
run
|
edit
|
history
|
help
0
MVC Learning
AdventCode
Get a webpage - the async way
DijkstraAlgo
Word count in string
3
1stoccurence
Abstract Method Design Pattern in C#
as
ZeroMatrix