https://github.com/fraidev/jokenpoml
Jokenpo(rock paper scissors) game made with OCaml
https://github.com/fraidev/jokenpoml
Last synced: about 2 months ago
JSON representation
Jokenpo(rock paper scissors) game made with OCaml
- Host: GitHub
- URL: https://github.com/fraidev/jokenpoml
- Owner: fraidev
- License: mit
- Created: 2021-11-15T19:28:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T15:05:59.000Z (about 3 years ago)
- Last Synced: 2025-02-12T14:29:42.548Z (3 months ago)
- Language: OCaml
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jokenpoml
## How to use:
```bash
esy
esy x jokenpo.exe
```## Example:
```bash
#Player 1! Choose your hand
#(1) - Stone
#(2) - Paper
#(3) - Scissors
#1
#You choose Stone
#Player 2! Choose your hand
# (1) - Stone
# (2) - Paper
# (3) - Scissors
# 2
# You choose Paper
# Player 2 wins
```