Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturcolen/jokenpo
Creation of the rock, paper, and treasure game to introduce students to the Java programming language.
https://github.com/arturcolen/jokenpo
game java jokenpo
Last synced: about 2 months ago
JSON representation
Creation of the rock, paper, and treasure game to introduce students to the Java programming language.
- Host: GitHub
- URL: https://github.com/arturcolen/jokenpo
- Owner: ArturColen
- Created: 2022-12-22T01:55:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T02:59:06.000Z (10 months ago)
- Last Synced: 2024-02-26T03:44:27.322Z (10 months ago)
- Topics: game, java, jokenpo
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jokempô game
The project developed through a class offered by [Digital Innovation One](https://www.dio.me) consists in the creation of the game Jokenpô (or rock, paper, and scissors) with the Java programming language.## 🔨 Project functionality
Entertain users through this game (that runs on the terminal), in which they will play against the machine/Artificial Intelligence (AI).## 💻 Technologies used
* [Java](https://docs.oracle.com/en/java/): programming language used to create and run the game## 📁 Access and execute project
Access the [link](https://replit.com/@ArturColen/Jokenpo) and, once the page has loaded, click on Run to test the program.