An open API service indexing awesome lists of open source software.

https://github.com/iammoltony/terminaldash

Geometry Dash recreation that runs in your terminal.
https://github.com/iammoltony/terminaldash

abandoned-project copyright-infringement cpp old-project terminal-game visual-studio

Last synced: 11 months ago
JSON representation

Geometry Dash recreation that runs in your terminal.

Awesome Lists containing this project

README

          

# Terminal Dash

Terminal Dash is a Geometry Dash recreation that runs in your terminal and is written in C++.

I made it back in 2022, and it's just kinda been sitting there and doing nothing. This will serve as a public archive to look at my terrible code.

The game was only designed to run on Windows. Sorry, my Linux friends. (you can use wine tho)

## Features

- Runs in your terminal
- Sounds
- Level editor

## Requirements

- Windows (Windows 10 or higher recommended)
- Visual C++

## Building

You should use Visual Studio to build the game. I think I used Visual Studio 2019 to make this.