SlowMoschen / Console_Crawler

Textbased Dungeon Crawler
0 stars 0 forks source link
console-application console-game csharp dungeon-crawler dungeon-crawler-game game game-development unit-testing

Console_Crawler

A textbased Dungeon-Crawler running in the Console.

 

Table of Contents

Project Overview

Tech Stack

Gameplay

The main objective of this little game is to survive the boss dungeon, which will be unlocked at level 20. The dungeons are sparated into rooms in which there are different types of enemies. In order to reach the end of a dungeon and collect the reward chest, all enemies must be defeated.

[!WARNING] Game is currently unbalanced and may have Bugs

Main Features

Future Features

new features probaly will need a while to be implemented

Thoughts on the development

I started this project to teach myself the basics of C# and to internalize the basics of Object Oriented Programming. Since I spent the last 9 months learning Javascript and have therefore been able to acquire the basics of programming very well, I decided to work more closely with AI on this project. By working closely with GitHub Copilot, the project definitely came together much faster than if I had learned C# the traditional way. CoPilot has been helpful when I came across new keywords that I had never seen before in Javascript or when I wanted to perform a certain operation but didn't know the syntax.

As is the case with projects that are a lot of fun, the ideas just popped into my head. So the codebase that I built up in about 1 week quickly became illegible. That's why I decided to rewrite everything in Visual Studio 2022, with readability in mind. This turned out to be a very good decision that led to this final project.

Examples of why i decided to do this:

Examples of improvments:

Old Repository

If you are interested in the old Repository, wich i call a big proof of concept, here you go: https://github.com/SlowMoschen/Mini_Console_Crawler

Run the Project

Clone the Project

git clone https://github.com/SlowMoschen/Mini_Console_Crawler.git

Run the Program through dotnet

cd *Project Folder*
dotnet run

or

Run the Program trough the .EXE in the bin Folder go to

 Console_Crawler\bin\Debug\net8.0

or

Download the Setup.Exe here
Go here and click on "View Raw" - should result in downloading the Zip file
Download Zip File here

Contribution

If you want to contribute to the Project feel free to fork the Repo and make some changes. Feel free to add you to the Credits in the GameUtilities/DisplayManager/GameInfos DisplayCredits Method.