KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
srsim
โ 36
Open GitHub โ
A certain gacha game simulator
Download README (.md)
Explore Similar Repositories
Linux-Attacks
:
Commands and Scripts to attack Linux and Servers
currency-flags
:
๐ช๐บ Flag assets to represent world currencies
plot-function
:
plot function by Longhao Wang
sveltekit-stripe-subscriptions
:
Example of Stripe Subscriptions & PaymentElement with SvelteKit
EfficientSCI
:
No description available.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
srsim
?
Download (.md)
# srsim A certain gacha game simulator ## Design notes `pipeline`: - data extraction `protos`: - model definition `pkg/core`: - core interfaces; glues everything together `pkg/simulator`: - `internal/character`: - character implementation `internal/cones`: - cones/weapon implementation `internal/relic`: - relic implementation `internal/enemy`: - enemy implementation ## Dev environment requirements: You will need to have the following installed: - go - node - yarn - protoc (Currently on: https://github.com/protocolbuffers/protobuf/releases/tag/v21.12) - protoc-gen-go (Currently on v 1.30.0: `go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0`) - protoc-gen-go-grpc (Currently on v1.3.0 `go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3`)