Giter Site home page Giter Site logo

the-princess-died's Introduction

the-princess-died

Setup to run the game

You can alternatively get the CS50 served link here and run this game in CS50 IDE if you are not using a Linux machine.

  • Clone the repo into your local machine by using this command
git clone https://github.com/toQhom/the-princess-died.git

Run the game simply by using Makefile

get into the directory

cd the_princess_died/

run the Makefile

make

now you will get to run the following commands automatically after you run the make command.(no need to type this again, Makefile will take care of this for you).

g++ -c main.cpp
g++ -c scenes.cpp
g++ main.o scenes.o -o output
  • Now object files will be created in your working local directory

you will have these files

Makefile  
main.cpp  
main.o  
output*  
scenes.cpp  
scenes.h  
scenes.o
  • You are all set for playing the game.

run this command in your terminal and you will enter into the game.

./output

If you want to quit the game press ctrl+c or cmd+c

If you want to clean up your directory

make clear

the object files (.o) will be deleted

the-princess-died's People

Contributors

toqhom avatar lmbeck avatar miab6789 avatar smoser82 avatar zshanmukh avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.