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를 곁들인
- Host: GitHub
- URL: https://github.com/minpeter/dice_game
- Owner: minpeter
- Created: 2021-11-02T01:17:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T13:22:24.000Z (over 4 years ago)
- Last Synced: 2025-03-14T17:55:48.033Z (over 1 year ago)
- Topics: dice, dice-game, game, go, golang, oop, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🎲 dice game
Python과 Go로 작성된 주사위 게임!
## run with go
```
go run main.go
```
## run with python
```
python run main.py
```