Update README.md
[BattleCats.git] / README.md
bloba469f84432737ed866bd1e64156579c04cd152d4
1 # BattleCats
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