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

https://github.com/minpeter/dice_game

🎲 Python과 Go로 작성된 주사위 게임... 그런데 OOP를 곁들인
https://github.com/minpeter/dice_game

dice dice-game game go golang oop python

Last synced: about 1 month ago
JSON representation

🎲 Python과 Go로 작성된 주사위 게임... 그런데 OOP를 곁들인

Awesome Lists containing this project

README

          

# 🎲 dice game

Python과 Go로 작성된 주사위 게임!

## run with go
```
go run main.go
```

## run with python
```
python run main.py
```