Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 541 Bytes

SnakeGame

Unit 16 Object-Oriented Programming. Provided with a task to create an application using OOP concepts. Required to design and implement a game. The following is incorporated:

  • Must promote equality, diversity and BAME.
  • Must promote the College
  • Needs to include a player score board to track the top 10 scores

The following OOP concepts are included:

  • Classes and objects
  • Abstraction
  • Encapsulation
  • Inheritance
  • Polymorphism
  • Method Overloading
  • Method Overriding.
  • String Manipulation and File Input/Output
  • GUI