Skip to content

CM0use/Dragon-Land

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Land

Windows macOS Linux

You are in a land of dragons, if you are lucky the dragon will share his treasure with you, or else...

FeaturesRequirementsCompile & RunContributingLicense

20220412_064016

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:

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:

./dragonLand

Run on Windows:

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

Releases

No releases published

Packages

No packages published

Languages