Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loosedwhale/games_java_assigment


https://github.com/loosedwhale/games_java_assigment

assigment java

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Games Java Assigment

## Overview
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:

java

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`