lukabrown/The-Deep-Below
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The Deep Below Hello! This is a personal project by Luka Brown. I have a passion for creating games and right now this is one of my main side projects. This game is a mining game with many planned cool features. Currently users can use WASD to move around the map of #'s to find objects that sometimes sparkle *. There is a shop system to trade for ore, artifacts, coins, and upgrades. There are also enemy miners in the game that move and can attack if provoked! Watch out for minibosses and a final boss too! Enter t to get to the title screen to save or load. Youtube Demo: https://www.youtube.com/watch?v=HClAM_4iSA8 HOW TO RUN Requirements: - OS: Windows or Linux - g++ compiler - terminal to output to Commands: > git clone https://github.com/lukabrown/The-Deep-Below.git > g++ main.cpp -o main > ./main Implemented features: - Main Menu Saving and Loading from a file - Rogue Enemy Miners to fight - Minibosses to fight - Final Boss - Ending Score System - Shop system can sell ore can buy artifacts can trade artifacts for upgrades - Upgrades (7/7) Extra damage Extra health Sight (sees more of map at once) Clarity (sees all special blocks more often) Compass to guide player towards a secret of the mines Mining width Mining depth Agenda: - Final boss minigame - Redesign PrintGrid to rewrite lines - Encrypted save files (?)