https://github.com/memosainz/numberguessing
Yet another non-complex program inside the IntelliJ terminal. Made in Java. It's a game where you need to guess the number.
https://github.com/memosainz/numberguessing
23 guessing java java-23 number number-guessing-game
Last synced: about 2 months ago
JSON representation
Yet another non-complex program inside the IntelliJ terminal. Made in Java. It's a game where you need to guess the number.
- Host: GitHub
- URL: https://github.com/memosainz/numberguessing
- Owner: MemoSainz
- Created: 2025-01-24T10:25:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T01:40:18.000Z (3 months ago)
- Last Synced: 2025-02-19T02:32:06.756Z (3 months ago)
- Topics: 23, guessing, java, java-23, number, number-guessing-game
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!CAUTION]
>
>Syntax from Java 23
>
> This code was made with the new syntax that was implemented since Java 21, The version I used it was the most recent version 23.
>
> More about this new syntax: [JEP 445: Unnamed Classes and Instance Main Methods](https://openjdk.org/jeps/445)## Number Guessing in Java terminal
> [!IMPORTANT]
>
>English
>
> Well, yet another non-complex program inside the terminal, where you can play a game guessing the number inside the terminal.
>> [!IMPORTANT]
>
>Español
>
> Bueno, todavía otro programa nada-complejo dentro de la terminal, donde tú puedes jugar un juego adivinando el número en la terminal.
>
