Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 907 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 907 Bytes

BBM103 School Assignments Repository

  • contains my solutions to the Programming Assignments submitted in the first year of Hacettepe University Computer Engineering Department's undergraduate compulsory course BBM103 Introduction to Programming Laboratory I.

Contents of the Assignments

Programming Language: Python

  • assignment2: designing a terminal-based game where the player feeds the rabbit on the board according to the rules of the game.
  • assignment3: designing a chess game with slightly different rules and features.
  • assignment4: designing a software for encrypting and decrypting texts using applications of matrices.