An open API service indexing awesome lists of open source software.

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

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
```