Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
/ Ascii-Adventure Public archive

A 2D ascii-graphics mario-like game with procedurally generated levels

License

Notifications You must be signed in to change notification settings

Iaco1/Ascii-Adventure

Repository files navigation

ASCII Adventure



Overview

ASCII Adventure is a platfrom c++ game with ASCII-graphics, built with the gcc/make toolchain, that relies on ncurses 6.2 to run.
The makefile compiles files in /src and /include and produces an executable "main" in /output.
The game has been tested on ubuntu 20.04.3 LTS.


Building and running

To compile, run: "make" in /projectX
To execute, run: "./main" in /projectX/output


Credits

Code written by Davide Iacomino and Leornardo Mancini

About

A 2D ascii-graphics mario-like game with procedurally generated levels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published