Skip to content

astond5/asciiGame

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sprint Tracker https://docs.google.com/spreadsheets/d/1NdAestGKQslM9YCkEm8JfKpnOjEEu3hvsMO5JphiqP0/edit?usp=sharing

This is a design document, we should agree on an interface / design, and all other things design wise, write up data structures, libraries etc to make things easier to keep track of / not run into as many development issues https://docs.google.com/document/d/1OW0xXaMqZS9ya6n3ewbz5R1KitIRWfexWWaJdynOS3M/edit?usp=sharing

because mysql is awkward to use when there are multiple users, i think it'd be best if we used sqlite instead. it has the same commands as mysql but it stores the data in a file which is easier to access and use with multiple users. to install it use 'sudo apt-get install sqlite3 libsqlite3-dev' without the apostrophes in the terminal

List of commands for installing required libraries on Ubuntu (codio) : 'sudo apt-get install sqlite3 libsqlite3-dev' 'sudo apt-get install libncurses5-dev libncursesw5-dev' 'sudo apt install sudo apt-get install libsfml-dev'

some libraries that must be included during compilation ( g++ -l ) : -lncurses -pthread -lsfml-audio -lsqlite3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published