Skip to content

ChuxiongMa/TextAdventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textadventure

Getting started

git clone git@csil-git1.cs.surrey.sfu.ca:373-15-3-gelato/textadventure.git
mkdir build
cd build
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ../textadventure
make

Using Atom

If you're using Atom, you can save yourself from having to tap "Alt/Cmd + Tab" by installing the atom-build plugin, and then including the following config in a .atom-build.json file at the root of the project:

{
  "cmd": "/usr/bin/make",
  "args": ["-C", "../build"],
  "name": "build",
  "sh": false
}

Testing

make check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published