Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Noëlle Anthony cd467363e0 Seraphim can't lie and Balseraphs won't lie 5 роки тому
src/util Improve ChoiceMap 5 роки тому
LICENSE Initial commit 5 роки тому
README.md Update README 5 роки тому
ddchar.go Factor out common utility functions into a package 5 роки тому
main.go Seraphim can't lie and Balseraphs won't lie 5 роки тому

README.md

go-inchar

In Nomine and D&D character generators in Go

My first big project in any new language is a character generator. It involves an understanding of functions, data types, randomness, and user input and output, so it’s a good proof of language acquisition.

(The D&D character generator is here because I forgot which system I was coding for and decided to do both.)

Make sure the files in src/util are somewhere your Go compiler can find them, either by relocating the files or by adding their directory to your $GOPATH.