Skip to content

Dungeons & Dragons inspired command-line game written in C++

Notifications You must be signed in to change notification settings

brandon-hoang-le/CLI-DnD-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

CLI DnD Game

Dungeons & Dragons inspired CLI game written in C++

demo2

Setup and Testing

Personally, I use this MinGW Distribution from https://nuwen.net/mingw.html to compile C++ on VS Code.

You may also include the latest Code Runner extension in VS Code to have an easier time running the code.

  • Optional: enable "code-runner.runInTerminal" in Code Runner extension setting to have your code run on your terminal

Here's a great video setup guide if you need it: https://www.youtube.com/watch?v=jvg4VtYEhKU

Alternatively, you could also use Visual Studio Community Edition 2022 (IDE) from https://visualstudio.microsoft.com/ with "Desktop development with C++" package installed and it should work right out of the box.

How to Contribute!

Sign up for any issues, fork the branch or install locally, and you're good to go!

If you have any ideas or bugs as well, don't be afraid to create a new issue for approval.

When you're finish with an issue, you can open up a pull requests and I'll take a look at it.

Coding Standards

Anything works as long as the code is:

  • written in C++
  • organized and consistent

We want to focus on readability and maintainability so if you keep those in mind then that's perfect!

You may also follow C++ Coding Standards for reference.

About

Dungeons & Dragons inspired command-line game written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages