A custom MUD Client for the MUD Olmran, written in C++.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Visual Studio 2019 (for debugging)
- MSVC Compiler (CL)
- EMACS or 4coder (if using custom profiles)
Give examples
A step by step series of examples that tell you how to get a development env running
Clone the project.
git clone git@github.com:Shlim45/Olmran_Client.git
Compile the project using Build.bat
.
cd into root directory
cd code\
build
Running (without debugger)
cd \build\
win32_olmran.exe
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
Please read [CONTRIBUTING.md] for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jonathan Hawranko - Initial work - Shlim45
See also the list of contributors who participated in this project.
- Hat tip to anyone whose code was used
- Inspiration
- etc