You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The point of the game is to repair your crashed space ship using a assembler to
repair your space craft in order to fix your space ship and return home. You have
to assembly the right resources in order to fix your ship and repair your ship and
leave
Button Features:
w moves the player character up
a moves the player character left
s moves the player character down
d moves the player character right
f display's game facts and traits of objects
e mines and interacts with unique objects like the assembler and the rocket.
Live Game Structure
The game will be a 20 by 20 grid
If Nullptr then it will be displayed as ground
(World types and states)
Player: @
Ground: .
Rocket escape exit: ^
Resource: iron: +, copper: zero 0, gold: &, Cobalt: #
Rocket Components for assembler: cpu:*, booster: !, engine:%
Assembler: $
Development environment
20x20 grid to play around with random generation and to see how game states
changes over time.
Additional auto win in the inventory selection.
How To Run the Game
first option
git clone this project onto your computer and run the Main.exe file.
second option
install visual studio code.
add c++ to your computer and add in cmake extension into visual studio code
create a build folder in the root repo (folder).
then go inside of that folder and run cmake ../
then run make
then run ./Project
Fourth option
install visual studio
import the projec in the visual studio folder and run it in visual studio.
About
Ascii C++ game where you escape Mars with your rocket.