Skip to content
/ TheQuest Public

A turn-based adventure game (Head First C# Lab - The Quest)

Notifications You must be signed in to change notification settings

PRS-M/TheQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheQuest

A turn-based adventure game (Head First C# Laboratory Task - The Quest)

Table of Contents

General Info

A small turn-based game for Windows. Developed as an exercise for OOP.
The book provides only some outlines for the classes and general idea on what needs to be implemented.
It does not force how to do so.

Technologies

  • C#
  • .NET Framework
  • WinForms