Skip to content

sbrennan98/Bannerlord-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mount & Blade II: Bannerlord Calculator

A battle simulator to help you manage your risk in Bannerlord

Bannerlord Calculator Screenshot

At time of development(May 2020), I was using this and other old materials as a reference. Given it's been many months since this project, the game which started out bare and in alpha stage is probably very different now. Though that means the project is now old and useless, it will remain on my GitHub to show prospective employers until I have real industry experience to show for

Object Oriented Programming Concepts Found in Project

  • Classes
    • Superclasses
      • Unit
      • Subclasses
        • AseraiArcher
        • AseraiFootman
        • Aserai...
        • BattanianClanWarrior
        • Battanian...
        • Imperial...
        • Khuzait...
        • Sturgian...
        • Vlandian...
      • Abstract Classes
        • Unit
    • Interfaces
      • BannerlordCollection
  • Collections
    • BannerlordCollection
  • Exception Handling
    • Serialization in FXMLDocumentController
  • Serialization
    • Save/Load
  • Model-View-Controller(MVC) Architecture
    • Model
    • View
      • FXMLDocument
    • Controller
      • FXMLDocumentController
  • Polymorphism
  • Inheritance
  • Encapsulation
  • Abstraction
  • Etc

About

Final Project for Mizzou CS3330: OOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages