Skip to content

Instantly share code, notes, and snippets.

View SacredPaladin's full-sized avatar

신성한성기사 SacredPaladin

View GitHub Profile
@SacredPaladin
SacredPaladin / liardice.js
Last active April 1, 2022 10:12
라이어 다이스 함수와 최종 순환
class Character_Data //캐릭터 데이터
{
constructor()
{
this.dice = [] //주사위들
this.dice_number = 5 //주사위 최대 숫자
}
}
let current_number