Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loosedwhale/games_java_assigment
https://github.com/loosedwhale/games_java_assigment
assigment java
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/loosedwhale/games_java_assigment
- Owner: LoosedWhale
- Created: 2023-11-23T16:16:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-23T17:23:02.000Z (12 months ago)
- Last Synced: 2024-10-11T11:12:17.432Z (26 days ago)
- Topics: assigment, java
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
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`