https://github.com/cm0use/dragon-land
A simple and short adventure game.
https://github.com/cm0use/dragon-land
cpp cpp-games cppgame dragonland
Last synced: about 1 year ago
JSON representation
A simple and short adventure game.
- Host: GitHub
- URL: https://github.com/cm0use/dragon-land
- Owner: CM0use
- License: gpl-3.0
- Created: 2022-04-16T14:49:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T21:00:55.000Z (over 2 years ago)
- Last Synced: 2025-01-09T21:31:53.205Z (about 1 year ago)
- Topics: cpp, cpp-games, cppgame, dragonland
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dragon Land
You are in a land of dragons, if you are lucky the dragon will share his treasure with you, or else...
Features •
Requirements •
Compile & Run •
Contributing •
License

## Features
* A simple and short adventure game.
* Easy to modify.
* Cross-Platform
- Windows, macOS and Linux.
## Requirements
* g++
* git (optional)
## Compile & Run
To **clone** and **compile** this game, you will need to have **git** and **g++** installed on your computer.
From your command line:
```bash
git clone https://github.com/CM0use/Dragon-Land.git
cd Dragon-Land
g++ -O2 -std=c++2a src/main.cpp src/utilities.cpp -o dragonLand
```
Run on **macOS & Linux**:
```bash
./dragonLand
```
Run on **Windows**:
```cmd
dragonLand.exe
```
## Contributing
**Any contribution you make will be greatly appreciated.**
If you have any ideas/suggestions to improve the repository, make a fork of the repository and create a pull request.
You can also open the issue tracker to report any improvements or bugs.
## License
**Distributed under the GNU General Public License v3.0**
See accompanying file LICENSE
or copy at GNU General Public License