Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.25 KB

🧠 Programming

Repository with my Programming projects, covering basic concepts about flow control structures, collections, files manipulation, database access and interfaces with java:

Project Name Date Description
🐌 P1-SnailRace 2021-11-XX Snail Race game
🎾 P2-PelotaVasca 2021-11-XX Pelota Vasca game
🗒️ P3-PasswdFile 2022-02-XX Reading passwd file
📙 P4-ContactBook (in memory) 2022-03-XX ContactBook with Arrays and Collections
📗 P5-ContactBook (in file) 2022-03-XX ContactBook with RandomAccessFile
🎮 P6-TicTacToe 2022-04-XX Tic Tac Toe game with java swing
📘 P7-ContactBook (Final Project) 2022-05-XX ContactBook in database