Giter Site home page Giter Site logo

csi2372finalproject's Introduction

CSI2372 Final Project

Please read the marking instructions before proceeding. This C++ program was written in a UNIX environment and may not run correctly on Windows.

CI

Group Members

  • Jack Clarke - 3000080674
  • Ryan Fleck - 8276723

Marking Instructions

This program was built with g++, gcc version 8.3.0.

Run make or make game to compile the game executable to game.exe.

Run make all or make test to compile the unit tests to test.exe.

# Building & running on GNU/Linux, WSL, or OSX:
# To run the game
make game && ./game.exe

# To run the unit tests (Doctest)
make test && ./test.exe

Implementation Information

Tested with the Doctest unit testing library.

Our solution (excluding the Doctest library) is ~2000 lines of documented C++.

PS C:\Users\Ryan Fleck\Documents> cloc .\CSI2372FinalProject\ --exclude-list-file=.\exclude.txt
      32 text files.
      32 unique files.
       9 files ignored.

github.com/AlDanial/cloc v 1.82  T=0.50 s (58.0 files/s, 5728.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C++                             25            342            278           1672
C/C++ Header                     1             58             60            341
Markdown                         1             15              0             36
YAML                             1              8              0             26
make                             1              5              7             16
-------------------------------------------------------------------------------
SUM:                            29            428            345           2091
-------------------------------------------------------------------------------

csi2372finalproject's People

Contributors

m9p909 avatar ryanfleck avatar

Stargazers

 avatar

Watchers

 avatar  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.