Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

天凤脚本模版(Tenhou Script Template) #4

Open
moxcomic opened this issue Oct 28, 2023 · 0 comments
Open

天凤脚本模版(Tenhou Script Template) #4

moxcomic opened this issue Oct 28, 2023 · 0 comments

Comments

@moxcomic
Copy link
Owner

moxcomic commented Oct 28, 2023

package main

import (
  "fmt"
  "math/rand"
  "time"

  "github.com/moxcomic/Archer/gamestate"
  "github.com/moxcomic/Archer/variable"
  tenhouclient "github.com/moxcomic/engine/tenhou_client"
  "github.com/moxcomic/lq"
)

func onLogin() {

}

func onTaikyoku() {

}

func onNewRound() {

}

func onConfirmNewRound() {

}

func onExecute(result *lq.NotifyAIResult, risk []float64, r, m, f, t float64) {

}

func onLN(values ...int) {

}

func onGameEnd() {

}
@moxcomic moxcomic pinned this issue Oct 28, 2023
@moxcomic moxcomic unpinned this issue Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant