Modification start date
[BattleCats.git] / README.md
blob7659987ba074197f4d544124427e3abbd2504681
1 # COMP376
2 Comp 376 project
4 ## Stations
5 Stations all run on an abstract station StationAbstract. Using composite design pattern each station is built off of StationGenericScript which contains the basic functions. This to avoid inheritance hiding messiness. 
6 * StationAbstract is an abstract station class
7 * StationController is a class to perform functions on all stations
8 * StationGeneric as a station is simply an object a player can enter into. Provides base station functionality to all stations inheriting from StationAbstract.
9 * StationNav allows the player to control the ball