Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

dcrawlerproject

Our text based dungeon crawler game (group project for CU)

This project is a disaster.

Useful commands for Ubuntu 18.04:

//compile command = g++ main.cpp mo_ncurses.cpp scene1.cpp endScen.cpp scenarios.cpp -lncurses -lsqlite3

//install ncurses = sudo apt-get install libncurses5-dev libncursesw5-dev

//install sqlite3 = sudo apt-get install sqlite3 libsqlite3-dev