Skip to content

csampersand/TigerZoneXPublic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

223 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TigerZone Group X

Members

  • Chris Anderson @csampersand
  • Connor Elkin @connorelkin
  • Jacob Gonzales @JGonzalez731
  • Will Hsiung @hsiungwilliam

Architecture and design

Our UML Diagram of our architecture, designed as a clean architecture with only inward pointing dependences (Adapters → Use Cases → Entities).

How to build

You will need to have boost installed. On OS X with homebrew, all you need to do is run brew install boost.

On Windows, download boost from here and modify the makefile to point BOOST_LIB and BOOST_INCLUDE to the correct directories in the downloaded files (for BOOST_INCLUDE, point to boost folder instead of include.

Run make in the project directory

How to run

Run build/Release/TigerZoneX <IP> <PORT> <TOURNAMENT_PASSWORD> <TEAM_USERNAME> <TEAM_PASSWORD>

How to run tests

Run build/Release/TestTigerZoneX

Our current tests are made to test the units and acceptance of our entities and use cases (located in models/ and interactors/ respectively)

Known issues will be listed in the issue tracker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors