oicleevan / the-deeps

A text-based adventure game written in C++

Home Page:https://oicleevan.xyz/html/projects.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THE DEEPS a text-based adventure game written in c++

RELEASE 1.2.1 OUT NOW!

what is this game?

This game is a text-based adventure game written in good ol' C++, and runs in a terminal. You play as a character who delves into a dungeon, where ghastly enemies hope to stop you from finding the hidden treasure.

As you fight and defeat enemies, you grow stronger. But be weary, so do the enemies...

Use your tactics and skill to defeat these enemies and claim your prize!

installing from release files

gnu/linux

Download the latest edition of the Linux release here.

Make it executable with chmod +x the-deeps_linux (in a terminal, from the directory containing the file).

Launch with ./the-deeps_linux.

mac os

Download the latest edition of the mac os release here.

Make it executable with chmod +x the-deeps_osx (in a terminal, from the directory containing the file).

Launch with ./the-deeps_osx.

windows

There is currently no native way to run this game on Windows, unless you hack something up to compile yourself. That being said, the best way to run the game on Windows would be running the Linux release through WSL2.

building from source

To make the software, GNU make and a c++ compiler (i use clang) is required. You must also compile libeo first (see src/libeo).

Type make to compile the program. It places a binary as bin/the-deeps.

Thanks!

credits:

  • uses libeo, my custom library that makes menial tasks less annoying.

  • released under the good ol' MIT License

supporting me:

Support me at paypal.me

a boy can dream, right?

-- oicleevan

About

A text-based adventure game written in C++

https://oicleevan.xyz/html/projects.html

License:MIT License


Languages

Language:C++ 94.3%Language:Makefile 5.4%Language:C 0.3%