Skip to content

Dungeons and Dragons game designed to be played at the command console

Notifications You must be signed in to change notification settings

DiegoGarciaPadilla/Console-DnD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Dungeons and Dragons 🧙‍♂️

What is this?

Ready for a new adventure? This is a Dungeons and Dragons game that you can play in the command line. It's a work in progress, but it's playable. Unfortunately, it's not very fun yet. I'm working on it.

How do I play?

Because the game is developed in C++, you'll need to compile it. For that, you'll need a C++ compiler. For Windows, I recommend MinGW. For Mac, I recommend Xcode. For Linux, I recommend GCC.

Once you have a compiler, you can compile the game by running g++ -o game main.cpp in the root directory of the project. Then, you can run the game by running ./game.

Releases

No releases published

Packages

 
 
 

Languages