Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Noëlle Anthony a1f87e0fd4 Make the D&D generator actually generate vor 4 Jahren
src/util Make the D&D generator actually generate vor 4 Jahren
LICENSE Initial commit vor 5 Jahren
README.md Update README vor 5 Jahren
ddchar.go Make the D&D generator actually generate vor 4 Jahren
main.go Seraphim can't lie and Balseraphs won't lie vor 5 Jahren

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.