This Java project is a simple implementation of a game collection using a HashMap. It allows users to perform various operations like printing out all games, printing out all companies, searching for a game, searching for a company, adding a new game, and more.
Languages and Tools:
How to Run
Ensure you have Java installed on your machine.
Clone the repository: git clone https://github.com/LoosedWhale/games_java_assignment.git
Navigate to the project directory: cd games_java_assignment
Compile the Java file: javac Hashmapgames.java
Run the program: java Hashmapgames