https://github.com/facundomunoz/escape-house
:open_file_folder: Console based 'Escape House' management app implemented in Java
https://github.com/facundomunoz/escape-house
console-application java-project
Last synced: 4 months ago
JSON representation
:open_file_folder: Console based 'Escape House' management app implemented in Java
- Host: GitHub
- URL: https://github.com/facundomunoz/escape-house
- Owner: facundoMunoz
- License: mit
- Created: 2021-11-02T22:38:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T22:03:29.000Z (10 months ago)
- Last Synced: 2025-01-18T06:42:14.469Z (5 months ago)
- Topics: console-application, java-project
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Escape House
Java based console app to manage an 'Escape House' game rooms, teams and challenges following [this assignment](https://drive.google.com/file/d/1WI3nuisPNgB43RcjPYkjTAG_CvMIx-2y/view?usp=sharing)
[![Licence][license-shield]](./LICENSE)
## Built With
- [![JAVA][java-shield]][java-url]
## Getting Started
- Go to the most recent [release](https://github.com/facundoMunoz/escape-house/releases) and download the .jar
### Prerequisites
- [Java Runtime Enviroment](https://www.java.com/en/download/manual.jsp)
## Usage
- Open a Terminal/CMD in the directory where the jar was downloaded and use the following command:
```
java -jar [latest-version].jar
```### Notes
- Notice that when executed, the jar will create a log.txt file in the same directory containing system changes
## Contact
[![GITHUB][personal-shield]][personal-url] [![LINKEDIN][linkedin-shield]][linkedin-url][java-shield]: https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white
[java-url]: https://www.java.com/en/[license-shield]: https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge
[personal-shield]: https://img.shields.io/badge/FACUNDO-MU%C3%91OZ-yellowgreen?style=for-the-badge
[personal-url]: https://github.com/facundoMunoz[linkedin-shield]: https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white
[linkedin-url]: https://www.linkedin.com/in/facundomunozdev/